Skip to content

Commit

Permalink
sigh: back to Dagger syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidLemon committed Apr 29, 2024
1 parent 0648698 commit 18a958c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
module: .
args: >-
build-and-push
--git-ref=$GITHUB_REF
--git-commit=$GITHUB_SHA
--git-ref=env:GITHUB_REF
--git-commit=env:GITHUB_SHA
--registry=ghcr.io
--image-name=whohacks
--registry-user=$GITHUB_ACTOR
--registry-token=$GITHUB_TOKEN
--registry-user=env:GITHUB_ACTOR
--registry-token=env:GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 18a958c

Please sign in to comment.