Skip to content

Commit 65f14c0

Browse files
author
scrungus
committed
dev tag
1 parent eebbdae commit 65f14c0

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
@@ -40,6 +40,8 @@ jobs:
4040
tags: |
4141
# set latest tag for master branch
4242
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') }}
4345
4446
- name: Build and push Docker image
4547
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)