Skip to content

Commit

Permalink
CI/docker: use github.event.inputs.version
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 7, 2024
1 parent abbe88a commit 86842eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/rmw:${{ inputs.version }}
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/rmw:${{ github.event.inputs.version }}

0 comments on commit 86842eb

Please sign in to comment.