Skip to content

Commit

Permalink
build: use fixed docker repository because we can't reach accross jobs (
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Travis Perdue <[email protected]>
  • Loading branch information
zachaller authored and Travis Perdue committed Jan 12, 2023
1 parent 175a32c commit 3f04c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ jobs:

- name: Get digest of controller-image
run: |
echo "CONTROLLER_DIGEST=$(crane digest ${{ steps.controller-meta.outputs.tags }})" >> $GITHUB_ENV
echo "CONTROLLER_DIGEST=$(crane digest quay.io/argoproj/argo-rollouts:${{ github.event.inputs.tag }})" >> $GITHUB_ENV
- name: Get digest of plugin-image
run: |
echo "PLUGIN_DIGEST=$(crane digest ${{ steps.plugin-meta.outputs.tags }})" >> $GITHUB_ENV
echo "PLUGIN_DIGEST=$(crane digest quay.io/argoproj/argo-rollouts:${{ github.event.inputs.tag }})" >> $GITHUB_ENV
- name: Sign Argo Rollouts Images
run: |
Expand Down

0 comments on commit 3f04c56

Please sign in to comment.