Skip to content

Commit a17f24d

Browse files
committed
ci: fix create docker image based on reference instead of branch
1 parent 732c485 commit a17f24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-manual-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
flavor: |
4646
latest=${{ steps.branch.outputs.branch_name == 'master' && github.event.inputs.ref == '' }}
4747
tags: |
48-
type=semver,pattern=${{ github.event.inputs.ref }}
48+
type=semver,pattern={{version}},value=${{ github.event.inputs.ref }}
4949
- name: Build and push Docker image
5050
uses: docker/build-push-action@v2
5151
with:

0 commit comments

Comments
 (0)