Skip to content

Commit 5720eff

Browse files
committed
fix: update 'build-push-image' action
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
1 parent a005372 commit 5720eff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-push-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: Build and Push Container Image
33
on:
44
push:
55
branches:
6-
- '**' # Triggers on push to any branch
6+
- main
77
pull_request:
88
branches:
99
- main
10-
- master
1110

1211
env:
1312
REGISTRY: ghcr.io
@@ -43,7 +42,6 @@ jobs:
4342
type=ref,event=pr
4443
type=semver,pattern={{version}}
4544
type=semver,pattern={{major}}.{{minor}}
46-
type=sha,prefix={{branch}}-
4745
type=sha
4846
type=raw,value=latest,enable={{is_default_branch}}
4947

0 commit comments

Comments
 (0)