Skip to content

Commit

Permalink
fix(actions): fix vendorVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Nov 16, 2023
1 parent 7be4187 commit a0e6375
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 @@ -45,7 +45,7 @@ jobs:
username: ${{ env.DOCKER_IO_REGISTRY_USER }}
password: ${{ secrets.DOCKER_IO_REGISTRY_PASSWORD }}
- name: Build image
run: docker build -t ${{ env.IMAGE_NAME }}:${{ github.event.inputs.imageVersion }} ${{ github.event.inputs.vendor }}/${{ github.event.inputs.imageVersion }}
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 }}
Expand Down

0 comments on commit a0e6375

Please sign in to comment.