Skip to content

Commit

Permalink
Update digest of downloads image in index (#1498)
Browse files Browse the repository at this point in the history
After every merge, we are updating our images
on quay.io with "-unstable" tags and then we
are updating our index image content there.
With this PR, we will start updating digest for
downloads image in index image too

Signed-off-by: Erkan Erol <[email protected]>
  • Loading branch information
Erkan Erol authored Aug 23, 2021
1 parent 9a715d5 commit 7617a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: |
export HCO_OPERATOR_IMAGE=$(tools/digester/digester --image="quay.io/kubevirt/hyperconverged-cluster-operator:${IMAGE_TAG}")
export HCO_WEBHOOK_IMAGE=$(tools/digester/digester --image="quay.io/kubevirt/hyperconverged-cluster-webhook:${IMAGE_TAG}")
export HCO_DOWNLOADS_IMAGE=$(tools/digester/digester --image="quay.io/kubevirt/virt-artifacts-server:${IMAGE_TAG}")
./hack/build-manifests.sh UNIQUE
sed -i "/^ \+replaces:/d" ${PACKAGE_DIR}/${CSV_VERSION}/manifests/kubevirt-hyperconverged-operator.v${CSV_VERSION}.clusterserviceversion.yaml
- name: Get opm client
Expand Down

0 comments on commit 7617a6e

Please sign in to comment.