Skip to content

Commit

Permalink
fix: "$env:$GITHUB_ENV" -> "$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 83ac676 commit a9ac5a6
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')" >> $env:GITHUB_ENV
-
name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit a9ac5a6

Please sign in to comment.