Skip to content

Commit

Permalink
build base image only
Browse files Browse the repository at this point in the history
  • Loading branch information
HieuBui419 committed Nov 1, 2023
1 parent 8cbd7ad commit 7c3d1c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: KatalonDockerCI
on:
push:
branches:
- master
- linux-base
jobs:
run:
name: Run
runs-on: ubuntu-latest
env:
KS_VERSION: 9.0.0
KS_VERSION_TAG: 9.0.0
KS_VERSION_TAG: base
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down Expand Up @@ -45,8 +45,6 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} docker.io
./build/tag.sh $KS_VERSION
./build/push.sh $KS_VERSION
./build/tag.sh $KS_VERSION_TAG
./build/push.sh $KS_VERSION_TAG
- name: Slack Notification
Expand Down

0 comments on commit 7c3d1c6

Please sign in to comment.