Skip to content

Commit

Permalink
fix: "$env:GITHUB_ENV" -> "$GITHUB_ENV"
Browse files Browse the repository at this point in the history
Signed-off-by: Przemysław Grądzki <[email protected]>
  • Loading branch information
przemekgradzki committed Feb 3, 2024
1 parent a9ac5a6 commit 83aec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Get current date
run: echo "NOW=$(date -u +'%Y-%m-%d')" >> $env:GITHUB_ENV
run: echo "NOW=$(date -u +'%Y-%m-%d')" >> $GITHUB_ENV
-
name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 83aec60

Please sign in to comment.