File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 77 required : false
88 default : main
99 type : string
10- image-tag :
10+ image_tag :
1111 required : false
1212 type : string
1313 secrets :
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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments