Skip to content

Commit 4fc91fb

Browse files
committed
Update build-and-push workflow
Ensure that the build of the operator on the lcore-migration branch is pushed to quay.io with distinctive tag so taht we can differentiate between builds from lcore-migration and those from main.
1 parent 603dce5 commit 4fc91fb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
BUNDLE_IMAGE=${IMAGE_TAG_BASE}-bundle:v${VERSION}
3333
CATALOG_IMAGE=${IMAGE_TAG_BASE}-catalog:v${VERSION}
3434
35-
LATEST_TAG=latest
35+
# TODO(lpiwowar): Change lcore-migration-latest once lcore-migration branche
36+
# gets merged to main.
37+
LATEST_TAG=lcore-migration-latest
3638
OPERATOR_IMAGE_LATEST=${IMAGE_TAG_BASE}:${LATEST_TAG}
3739
BUNDLE_IMAGE_LATEST=${IMAGE_TAG_BASE}-bundle:${LATEST_TAG}
3840
CATALOG_IMAGE_LATEST=${IMAGE_TAG_BASE}-catalog:${LATEST_TAG}

0 commit comments

Comments
 (0)