We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bf8a8 commit e04883fCopy full SHA for e04883f
.github/workflows/kubernetes.yml
@@ -31,8 +31,8 @@ jobs:
31
test:
32
runs-on: ubuntu-latest
33
env:
34
- YAKS_IMAGE_NAME: "docker.io/yaks/yaks"
35
- YAKS_IMAGE_VERSION: "0.6.0-202111090020"
+ YAKS_IMAGE_NAME: "docker.io/citrusframework/yaks"
+ YAKS_VERSION: "0.7.0"
36
YAKS_RUN_OPTIONS: "--timeout=15m"
37
KUBECTL_WAIT_TIMEOUT: "180s"
38
steps:
@@ -83,10 +83,10 @@ jobs:
83
- name: YAKS tools
84
uses: citrusframework/[email protected]
85
with:
86
- version: 0.6.0-202111090020
+ version: v${{ env.YAKS_VERSION }}
87
- name: Install YAKS
88
run: |
89
- yaks install --operator-image $YAKS_IMAGE_NAME:$YAKS_IMAGE_VERSION
+ yaks install --operator-image $YAKS_IMAGE_NAME:$YAKS_VERSION
90
- name: YAKS Tests
91
92
# Then run integration tests
0 commit comments