Skip to content

Commit

Permalink
Push to DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Oct 2, 2024
1 parent 4d92421 commit 267554f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow-non-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 267554f

Please sign in to comment.