We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22277d7 commit 12ab7ecCopy full SHA for 12ab7ec
.github/workflows/image-push-release.yml
@@ -46,6 +46,5 @@ jobs:
46
platforms: linux/amd64,linux/arm64
47
push: true
48
tags: |
49
- ${{ steps.docker_meta.outputs.tags }}
50
- labels: ${{ steps.docker_meta.outputs.labels }}
+ ${{ github.event.inputs.version }}
51
file: ./Dockerfile
0 commit comments