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 eebbdae commit 65f14c0Copy full SHA for 65f14c0
.github/workflows/build-and-push-images.yml
@@ -40,6 +40,8 @@ jobs:
40
tags: |
41
# set latest tag for master branch
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
46
- name: Build and push Docker image
47
uses: docker/build-push-action@v4
0 commit comments