File tree 5 files changed +0
-5
lines changed
5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
push_to_registries :
14
14
name : Push Docker image to multiple registries
15
- if : github.ref == 'refs/heads/main'
16
15
runs-on : ubuntu-latest
17
16
permissions :
18
17
packages : write
Original file line number Diff line number Diff line change 13
13
push_to_registries :
14
14
name : Push Docker image to multiple registries
15
15
runs-on : ubuntu-latest
16
- if : github.ref == 'refs/heads/main'
17
16
permissions :
18
17
packages : write
19
18
contents : read
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
release :
17
17
runs-on : ubuntu-latest
18
- if : github.ref == 'refs/heads/main'
19
18
steps :
20
19
- name : Checkout
21
20
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
release :
17
17
runs-on : macos-latest
18
- if : github.ref == 'refs/heads/main'
19
18
steps :
20
19
- name : Checkout
21
20
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
release :
17
17
runs-on : windows-latest
18
- if : github.ref == 'refs/heads/main'
19
18
defaults :
20
19
run :
21
20
shell : bash
You can’t perform that action at this time.
0 commit comments