Skip to content

Commit ec9cb91

Browse files
committed
Build docker v9.4.0-rc2
1 parent 4167518 commit ec9cb91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: KatalonDockerCI
22
on:
33
push:
44
branches:
5-
- master
5+
- test-docker
66
jobs:
77
run:
88
name: Run
99
runs-on: ubuntu-latest
1010
env:
11-
KS_VERSION: 9.3.2
12-
KS_VERSION_TAG: 9.3.2
11+
KS_VERSION: 9.4.0-rc2
12+
KS_VERSION_TAG: test
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@master

0 commit comments

Comments
 (0)