Skip to content

Commit de8c3de

Browse files
Fix pipeline
1 parent 4761761 commit de8c3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
context: .
6565
push: ${{ github.event_name != 'pull_request' }}
66-
tags: "${{ env.IMAGE_NAME }}-${{ matrix.container }}:${{ steps.meta.outputs.tags }}"
66+
tags: "${{ steps.meta.outputs.tags }}"
6767
labels: ${{ steps.meta.outputs.labels }}
6868
file: ./docker/dockerfiles/Dockerfile.${{ matrix.container }}
6969
cache-from: type=gha

0 commit comments

Comments
 (0)