Skip to content

Commit

Permalink
fix: use Dagger env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidLemon committed Apr 29, 2024
1 parent 789086c commit 9715b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
verb: call
module: build-and-push
args: >
--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-user=env:GITHUB_ACTOR
--registry-token=env:GITHUB_TOKEN

0 comments on commit 9715b96

Please sign in to comment.