Skip to content

Commit 37400c6

Browse files
authored
Fix typo in create latest on container publication (#11)
1 parent 9da3407 commit 37400c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-container-publication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: docker push ${{ env.IMAGE_REF }}
123123
shell: bash
124124
- name: Push latest tag to container registry
125-
if: ${{ inputs.create_latest }}
125+
if: ${{ inputs.create-latest }}
126126
run: |
127127
docker tag ${{ env.IMAGE_REF }} ${{ env.IMAGE_REF_LATEST }}
128128
docker push ${{ env.IMAGE_REF_LATEST }}

0 commit comments

Comments
 (0)