File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Docker
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ # - master # commented due to Codefresh convention
7
7
- release-*
8
8
9
9
# Run tests for any PRs.
40
40
# ghcr.io/codefresh-io/argo-rollouts
41
41
tags : |
42
42
type=ref,event=branch
43
- flavor : |
44
- latest=${{ github.ref == 'refs/heads/master' }}
43
+ # commented due to Codefresh convention
44
+ # flavor: |
45
+ # latest=${{ github.ref == 'refs/heads/master' }}
45
46
46
47
- name : Docker meta (plugin)
47
48
id : plugin-meta
@@ -52,12 +53,13 @@ jobs:
52
53
# ghcr.io/codefresh-io/kubectl-argo-rollouts
53
54
tags : |
54
55
type=ref,event=branch
55
- flavor : |
56
- latest=${{ github.ref == 'refs/heads/master' }}
56
+ # commented due to Codefresh convention
57
+ # flavor: |
58
+ # latest=${{ github.ref == 'refs/heads/master' }}
57
59
58
60
# - name: Login to GitHub Container Registry
59
61
# if: github.event_name != 'pull_request'
60
- # uses: docker/login-action@v1
62
+ # uses: docker/login-action@v1
61
63
# with:
62
64
# registry: ghcr.io
63
65
# username: ${{ github.repository_owner }}
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: E2E Tests
3
3
on :
4
4
push :
5
5
branches :
6
- - ' master'
6
+ # - 'master' # commented due to Codefresh convention
7
7
- ' release-*'
8
8
pull_request :
9
9
branches :
10
- - ' master'
10
+ # - 'master' # commented due to Codefresh convention
11
11
- ' release-*'
12
12
workflow_dispatch :
13
13
inputs :
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: Go
2
2
on :
3
3
push :
4
4
branches :
5
- - " master"
6
- - " release-*"
5
+ # - "master"
6
+ - " release-*" # Codefresh convention
7
7
pull_request :
8
8
branches :
9
- - " master"
9
+ # - "master"
10
+ - " release-*" # Codefresh convention
10
11
jobs :
11
12
lint-go :
12
13
name : Lint Go code
You can’t perform that action at this time.
0 commit comments