Skip to content

Commit 75ce42c

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

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ci-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434
with:
3535
ref: ${{ github.ref }}
36-
image-tag: ${{ github.ref }}
36+
image_tag: ${{ github.ref }}
3737
secrets:
3838
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
3939
registry_password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: false
88
default: main
99
type: string
10-
image-tag:
10+
image_tag:
1111
required: false
1212
type: string
1313
secrets:
@@ -52,8 +52,7 @@ jobs:
5252
context: .
5353
file: ./Dockerfile
5454
push: ${{ github.event_name != 'pull_request' }}
55-
tags: |
56-
inseefrlab/s3-operator:${{ 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
contents: read
5757
with:
5858
ref: ${{ github.ref }}
59-
image-tag: ${{ github.event.inputs.version }}
59+
image_tag: ${{ github.event.inputs.version }}
6060
secrets:
6161
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
6262
registry_password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)