Skip to content

Commit 0d9e9e7

Browse files
Eneman DonatienEneman Donatien
authored andcommitted
[BUG] ci image is not published
1 parent dd2b021 commit 0d9e9e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
context: .
5353
file: ./Dockerfile
5454
push: ${{ github.event_name != 'pull_request' }}
55-
tags: |
56-
${{ github.event.inputs.image-tag }}
55+
tags: ${{ github.event.inputs.image-tag }}
5756
labels: ${{ steps.docker_meta.outputs.labels }}
5857
platforms: linux/amd64,linux/arm64
5958

0 commit comments

Comments
 (0)