Skip to content

Commit 77a09fa

Browse files
Merge pull request #87 from openstack-lightspeed/lpiwowar/use-image-digests
Enable image digests in bundle generation
2 parents eb01c4b + fcc105f commit 77a09fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Generate bundle
7272
run: |
73-
make bundle IMG=$OPERATOR_IMAGE
73+
make bundle IMG=$OPERATOR_IMAGE USE_IMAGE_DIGESTS=true
7474
make bundle-build BUNDLE_IMG=$BUNDLE_IMAGE
7575
docker tag $BUNDLE_IMAGE $BUNDLE_IMAGE_LATEST
7676
make bundle-push BUNDLE_IMG=$BUNDLE_IMAGE

0 commit comments

Comments
 (0)