We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a005372 commit 5720effCopy full SHA for 5720eff
1 file changed
.github/workflows/build-push-image.yml
@@ -3,11 +3,10 @@ name: Build and Push Container Image
3
on:
4
push:
5
branches:
6
- - '**' # Triggers on push to any branch
+ - main
7
pull_request:
8
9
- main
10
- - master
11
12
env:
13
REGISTRY: ghcr.io
@@ -43,7 +42,6 @@ jobs:
43
42
type=ref,event=pr
44
type=semver,pattern={{version}}
45
type=semver,pattern={{major}}.{{minor}}
46
- type=sha,prefix={{branch}}-
47
type=sha
48
type=raw,value=latest,enable={{is_default_branch}}
49
0 commit comments