Skip to content

Commit

Permalink
fix(actions): fix published version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Nov 16, 2023
1 parent a0e6375 commit c48f64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: docker build -t ${{ env.IMAGE_NAME }}:${{ github.event.inputs.imageVersion }} ${{ github.event.inputs.vendor }}/${{ github.event.inputs.vendorVersion }}
- name: Publish to docker.io
run: |
docker push ${{ env.IMAGE_NAME }}
docker push ${{ env.IMAGE_NAME }}:${{ github.event.inputs.imageVersion }}
- name: Publish as latest to docker.io
if: ${{ github.event.inputs.isLatest }}
run: |
Expand Down

0 comments on commit c48f64e

Please sign in to comment.