54
54
build-args : channel=${{ matrix.channel }}
55
55
target : toolchain
56
56
pull : true
57
- push : true
57
+ push : " ${{ !!env.SECRETS_ARE_AVAILABLE }} "
58
58
tags : " ${{ env.TAG_PREFIX }}--${{ github.run_id }}"
59
59
cache-from : |-
60
60
${{ env.TAG_PREFIX }}--${{ github.run_id }}
70
70
build-args : channel=${{ matrix.channel }}
71
71
target : bare-sources
72
72
pull : true
73
- push : true
73
+ push : " ${{ !!env.SECRETS_ARE_AVAILABLE }} "
74
74
tags : " ${{ env.TAG_PREFIX }}--${{ github.run_id }}"
75
75
cache-from : |-
76
76
${{ env.TAG_PREFIX }}--${{ github.run_id }}
86
86
build-args : channel=${{ matrix.channel }}
87
87
target : munge
88
88
pull : true
89
- push : true
89
+ push : " ${{ !!env.SECRETS_ARE_AVAILABLE }} "
90
90
tags : " ${{ env.TAG_PREFIX }}--${{ github.run_id }}"
91
91
cache-from : |-
92
92
${{ env.TAG_PREFIX }}--${{ github.run_id }}
@@ -102,7 +102,7 @@ jobs:
102
102
build-args : channel=${{ matrix.channel }}
103
103
target : sources
104
104
pull : true
105
- push : true
105
+ push : " ${{ !!env.SECRETS_ARE_AVAILABLE }} "
106
106
tags : " ${{ env.TAG_PREFIX }}--${{ github.run_id }}"
107
107
cache-from : |-
108
108
${{ env.TAG_PREFIX }}--${{ github.run_id }}
@@ -115,7 +115,7 @@ jobs:
115
115
file : compiler/base/Dockerfile
116
116
build-args : channel=${{ matrix.channel }}
117
117
pull : true
118
- push : true
118
+ push : " ${{ !!env.SECRETS_ARE_AVAILABLE }} "
119
119
tags : " ${{ env.IMAGE_NAME }}:${{ github.run_id }}"
120
120
cache-from : |-
121
121
${{ env.IMAGE_NAME }}:${{ github.run_id }}
@@ -172,7 +172,7 @@ jobs:
172
172
file : compiler/${{ matrix.tool }}/Dockerfile
173
173
build-args : base_image=ghcr.io/integer32llc/rust-playground-ci-rust-nightly:sources--${{ github.run_id }}
174
174
pull : true
175
- push : true
175
+ push : " ${{ !!env.SECRETS_ARE_AVAILABLE }} "
176
176
tags : " ${{ env.IMAGE_NAME }}:${{ github.run_id }}"
177
177
cache-from : |-
178
178
${{ env.IMAGE_NAME }}:${{ github.run_id }}
0 commit comments