Skip to content

Commit 640e6c9

Browse files
test with input tag variable
1 parent b885e13 commit 640e6c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
tags: |
5252
type=ref,event=branch
5353
type=sha
54-
type=semver,pattern={{major}}.{{minor}}.{{patch}},prefix=int-,match=v(\d.\d.\d)$,priority=1100,event=tag
55-
type=semver,pattern={{version}}
54+
type=semver,pattern={{major}}.{{minor}}.{{patch}},prefix=int-,match=v(\d.\d.\d)$,priority=1200,event=tag
55+
type=raw,enable=true,priority=1100,prefix=,suffix=,value=${{ github.event.inputs.tag }}
5656
type=raw,value=latest,enable={{is_default_branch}},priority=900
5757
5858
- name: Build and push Docker images

0 commit comments

Comments
 (0)