Skip to content

Commit

Permalink
sha for docker tag #4
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Mar 25, 2024
1 parent 1d06d02 commit 0fa802f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=git-{{sha}}
type=raw,value={{date 'YYYY-MM-DD'}}-{{sha}}
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`.
# If the build succeeds, it pushes the image to GitHub Packages.
Expand Down

0 comments on commit 0fa802f

Please sign in to comment.