Skip to content

Commit a9aa3e2

Browse files
committed
2 parents bbd1611 + dc7c8d4 commit a9aa3e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
6060
with:
6161
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
62+
tags: |
63+
type=ref,event=branch
64+
type=ref,event=pr
65+
type=semver,pattern={{version}}
66+
type=semver,pattern={{major}}.{{minor}}
67+
type=sha
6268
6369
# Build and push Docker image with Buildx (don't push on PR)
6470
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)