Skip to content

Commit 5fedd85

Browse files
committed
publish to docker reg
1 parent 1e59150 commit 5fedd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4444
tags: |
45-
type=ref,event=workflow_dispatch,ref=refs/tags/${{ github.event.inputs.version }}
45+
${{ github.event.inputs.version || github.ref_name }}
4646
4747
- name: Set up QEMU (for multi-arch support)
4848
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)