Skip to content

Workflow file for this run

name: Publish on tag
on:
push:
branches:
- master
permissions:
contents: read # needed for checkout
jobs:
runDagger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ GITHUB_ACTOR }}

Check failure on line 21 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / Publish on tag

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 21, Col: 19): Unrecognized named-value: 'GITHUB_ACTOR'. Located at position 1 within expression: GITHUB_ACTOR
password: ${{ secrets.GITHUB_SECRET }}
- name: Call dagger on-push
uses: dagger/dagger-for-github@v5
with:
version: "0.10.2"
verb: call
args: on-push --dir=./modules