Skip to content

add test publish workflow #1

add test publish workflow

add test publish workflow #1

Workflow file for this run

name: publish
on:
workflow_dispatch:
pull_request:
push:
permissions:
packages: write
jobs:
release:
name: publish
runs-on: ubuntu-latest
steps:
- uses: dagger/dagger-for-github@8.0.0
- name: publish

Check failure on line 17 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
run: dagger -c 'container | from alpine | with-registry-auth ghcr.io/kpenfound/github-webhooks ${{ github.actor }} env://GH_TOKEN | publish ghcr.io/kpenfound/github-webhooks:latest'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}