We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a889ba commit 7f46c58Copy full SHA for 7f46c58
1 file changed
.github/workflows/docker-image.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- master
8
+ - dev
9
tags:
10
- 'v*'
11
@@ -31,6 +32,7 @@ jobs:
31
32
type=ref,event=pr
33
type=semver,pattern={{version}}
34
type=semver,pattern={{major}}.{{minor}}
35
+ type=raw,value=dev,enable=${{ github.ref == 'refs/heads/dev' }}
36
type=raw,value=beta,enable={{is_default_branch}}
37
type=raw,value=latest,enable={{is_default_branch}}
38
0 commit comments