This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 03a8c1251 chore(ci): support 1.10.x nightly release
03a8c1251 is described below
commit 03a8c12517c4f5eec80ee97036bb0b3a49e2953d
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Sep 6 10:12:09 2022 +0200
chore(ci): support 1.10.x nightly release
---
.github/workflows/release.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 26774974e..dcaf1e112 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,11 +33,11 @@ jobs:
registryUsername: ${{ secrets.TEST_DOCKER_HUB_USERNAME }}
registryPassword: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}
- v1_8_x:
+ v1_10_x:
if: github.repository == 'apache/camel-k'
uses: ./.github/workflows/release-workflow.yml
with:
- ref: "release-1.8.x"
+ ref: "release-1.10.x"
goVersion: "1.17.x"
javaVersion: "11"
secrets: