This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.6.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.6.x by this push: new 22d14a9 fix(e2e): Do not add snapshot bundle to stable channel 22d14a9 is described below commit 22d14a9a03d6c3f8dbb316cd8e84e1c8806ed783 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Tue Jan 25 13:19:08 2022 +0100 fix(e2e): Do not add snapshot bundle to stable channel --- .github/workflows/upgrade.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index 9f554ce..edaa5d0 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -147,8 +147,7 @@ jobs: echo "PREV_XY_CHANNEL=${PREV_XY_CHANNEL}" >> $GITHUB_ENV export NEW_XY_CHANNEL=stable-$(make get-version | grep -Po "\d.\d") echo "NEW_XY_CHANNEL=${NEW_XY_CHANNEL}" >> $GITHUB_ENV - make bundle-build METADATA_IMAGE_NAME=${LOCAL_IMAGE_BUNDLE} BUNDLE_METADATA_OPTS="--channels stable" - make bundle-build METADATA_IMAGE_NAME=${LOCAL_IMAGE_BUNDLE} BUNDLE_METADATA_OPTS="--default-channel=${NEW_XY_CHANNEL} --channels=stable,${NEW_XY_CHANNEL}" + make bundle-build METADATA_IMAGE_NAME=${LOCAL_IMAGE_BUNDLE} BUNDLE_METADATA_OPTS="--default-channel=${NEW_XY_CHANNEL} --channels=${NEW_XY_CHANNEL}" docker push ${LOCAL_IMAGE_BUNDLE} - name: Create new index image run: |