Skip to content

Commit c0a76b9

Browse files
committed
Tweak tag format
1 parent 3c662f6 commit c0a76b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
images: ${{ env.container_registry }}/${{ env.docker_image_name }}
149149
tags: |
150-
type=sha,priority=1000,format=short,prefix={{branch}}_{{date 'YYYY-MM-DD-HH-mm'}}_
150+
type=sha,priority=1000,format=short,prefix={{branch}}_{{date 'YYYY-MM-DD-HH-mm'}}_gitref-
151151
type=sha,format=long
152152
153153
# 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.

0 commit comments

Comments
 (0)