Skip to content

Commit

Permalink
update Actions, seeking error
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Anton committed Dec 30, 2024
1 parent 2c22c5a commit 85460ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
id: set-timestamp
run: |
echo "build_timestamp=$(date -u +%Y%m%d%H%M%S)" >> $GITHUB_ENV
env:
build_timestamp: ${{ env.build_timestamp }}
echo "build_timestamp=${build_timestamp}" >> $GITHUB_OUTPUT
build-and-push:
name: Build and Push Multi-Arch Images
Expand Down

0 comments on commit 85460ab

Please sign in to comment.