We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aa3e2 commit 72faaecCopy full SHA for 72faaec
.github/workflows/docker-publish.yml
@@ -59,12 +59,6 @@ jobs:
59
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
60
with:
61
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
68
69
# Build and push Docker image with Buildx (don't push on PR)
70
# https://github.com/docker/build-push-action
0 commit comments