Skip to content

Commit bcaa3c4

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

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

0 commit comments

Comments
 (0)