From 267554f4ef66306e4bedf2abdcb242c6119b4b2e Mon Sep 17 00:00:00 2001 From: Huyen Nguyen Date: Wed, 2 Oct 2024 21:25:17 +0700 Subject: [PATCH] Push to DockerHub --- .github/workflows/workflow-ecr.yml | 2 +- .github/workflows/workflow-non-latest.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow-ecr.yml b/.github/workflows/workflow-ecr.yml index b9bc7221..f8514c1e 100644 --- a/.github/workflows/workflow-ecr.yml +++ b/.github/workflows/workflow-ecr.yml @@ -2,7 +2,7 @@ name: Push KRE Docker Image to ECR on: push: branches: - - Build-arm + - non permissions: id-token: write # This is required for requesting the JWT contents: read # This is required for actions/checkout diff --git a/.github/workflows/workflow-non-latest.yml b/.github/workflows/workflow-non-latest.yml index 1acb2ee1..d2b8a43e 100644 --- a/.github/workflows/workflow-non-latest.yml +++ b/.github/workflows/workflow-non-latest.yml @@ -2,14 +2,14 @@ name: KatalonDockerCI-NonLatest on: push: branches: - - release-non-latest + - Build-arm jobs: run: name: Run runs-on: ubuntu-latest env: - KS_VERSION: 8.5.0 - KS_VERSION_TAG: 8.5.0 + KS_VERSION: 10.0.0 + KS_VERSION_TAG: 10.0.0 steps: - name: Checkout uses: actions/checkout@master