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 65f14c0 commit 27be5b9Copy full SHA for 27be5b9
.github/workflows/build-and-push-images.yml
@@ -42,6 +42,8 @@ jobs:
42
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
43
# all other branches get the dev tag
44
type=raw,value=dev,enable=${{ github.ref != format('refs/heads/{0}', 'master') }}
45
+ # on tag creation, tag images with tag contents
46
+ type=ref,enable=true,priority=600,prefix=,suffix=,event=tag
47
48
- name: Build and push Docker image
49
uses: docker/build-push-action@v4
0 commit comments