Skip to content

Commit a78c28c

Browse files
committed
Remove duplicate tag
1 parent 40a3f88 commit a78c28c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish_docker.yml

-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ jobs:
5656
if: ${{ contains(matrix.os, 'arm') }}
5757
run: echo "ARCH_TAG=arm64" >> $GITHUB_ENV
5858

59-
- name: Extract metadata (tags, labels) for Docker
60-
id: meta
61-
uses: docker/metadata-action@v5
62-
with:
63-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
64-
65-
6659
- name: Build and push by digest
6760
id: build
6861
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)