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 8fd0ee5 commit 732c485Copy full SHA for 732c485
.github/workflows/release-manual-docker.yml
@@ -43,7 +43,9 @@ jobs:
43
with:
44
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
45
flavor: |
46
- latest=${{ steps.branch.outputs.branch_name == 'master' }}
+ latest=${{ steps.branch.outputs.branch_name == 'master' && github.event.inputs.ref == '' }}
47
+ tags: |
48
+ type=semver,pattern=${{ github.event.inputs.ref }}
49
- name: Build and push Docker image
50
uses: docker/build-push-action@v2
51
0 commit comments