Skip to content

Commit 862b068

Browse files
authored
build: use fixed docker repository because we can't reach accross jobs (argoproj#2474)
* use fixed docker repository because we can't reach accross jobs Signed-off-by: zachaller <[email protected]> * use fixed docker repository because we can't reach accross jobs Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
1 parent 36b3b2e commit 862b068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ jobs:
159159

160160
- name: Get digest of controller-image
161161
run: |
162-
echo "CONTROLLER_DIGEST=$(crane digest ${{ steps.controller-meta.outputs.tags }})" >> $GITHUB_ENV
162+
echo "CONTROLLER_DIGEST=$(crane digest quay.io/argoproj/argo-rollouts:${{ github.event.inputs.tag }})" >> $GITHUB_ENV
163163
164164
- name: Get digest of plugin-image
165165
run: |
166-
echo "PLUGIN_DIGEST=$(crane digest ${{ steps.plugin-meta.outputs.tags }})" >> $GITHUB_ENV
166+
echo "PLUGIN_DIGEST=$(crane digest quay.io/argoproj/argo-rollouts:${{ github.event.inputs.tag }})" >> $GITHUB_ENV
167167
168168
- name: Sign Argo Rollouts Images
169169
run: |

0 commit comments

Comments
 (0)