We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e59150 commit 5fedd85Copy full SHA for 5fedd85
.github/workflows/build-and-deploy-docker-image.yaml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
44
tags: |
45
- type=ref,event=workflow_dispatch,ref=refs/tags/${{ github.event.inputs.version }}
+ ${{ github.event.inputs.version || github.ref_name }}
46
47
- name: Set up QEMU (for multi-arch support)
48
uses: docker/setup-qemu-action@v3
0 commit comments