Skip to content

Commit 72faaec

Browse files
Revert action change
1 parent a9aa3e2 commit 72faaec

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ 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
6862

6963
# Build and push Docker image with Buildx (don't push on PR)
7064
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)