Commit 6c67e25 1 parent 2deb781 commit 6c67e25 Copy full SHA for 6c67e25
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Validate
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ branches : [ "main", "push" ]
6
6
pull_request : {} # run for all pull requests targeting any branch
7
7
8
8
permissions :
@@ -50,10 +50,10 @@ jobs:
50
50
tags : |
51
51
# latest tag for the default branch:
52
52
type=raw,value=latest,enable={{is_default_branch}}
53
- - name : ${{ github.ref == 'refs/heads/main ' && 'Build and Push Docker image' || 'Build Docker image' }}
53
+ - name : ${{ github.ref == 'refs/heads/24-dockerize-3 ' && 'Build and Push Docker image' || 'Build Docker image' }}
54
54
uses : docker/build-push-action@v5
55
55
with :
56
- push : ${{ github.ref == 'refs/heads/main '}}
56
+ push : ${{ github.ref == 'refs/heads/24-dockerize-3 '}}
57
57
tags : ${{ steps.docker-metadata.outputs.tags }}
58
58
labels : ${{ steps.docker-metadata.outputs.labels }}
59
59
cache-from : type=gha
You can’t perform that action at this time.
0 commit comments