Skip to content

Commit 27be5b9

Browse files
author
scrungus
committed
tag all images'
1 parent 65f14c0 commit 27be5b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-push-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
4343
# all other branches get the dev tag
4444
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
4547
4648
- name: Build and push Docker image
4749
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)