Skip to content

Commit 2d96759

Browse files
committed
Set tag type for Docker image publication.
1 parent 73edc62 commit 2d96759

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
6464
with:
6565
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
66+
tags: |
67+
type=sha
6668
6769
# Build and push Docker image with Buildx (don't push on PR)
6870
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)