Skip to content

Commit

Permalink
fix: back to shell syntax for envs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidLemon committed Apr 29, 2024
1 parent ee36ca6 commit 8bdadef
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,10 +14,10 @@ jobs:
module: .
args: >-
build-and-push
--git-ref=env:GITHUB_REF
--git-commit=env:GITHUB_SHA
--git-ref=$GITHUB_REF
--git-commit=$GITHUB_SHA
--registry=ghcr.io
--image-name=whohacks
--registry-user=env:GITHUB_ACTOR
--registry-token=env:GITHUB_TOKEN
--registry-user=$GITHUB_ACTOR
--registry-token=$GITHUB_TOKEN

0 comments on commit 8bdadef

Please sign in to comment.