WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 517b031

Browse files
committed
test with custom pushed images as main repo hasnt pushed yet
Signed-off-by: Itxaka <[email protected]>
1 parent 89c3c33 commit 517b031

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/image-pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
base_image:
41-
- "ghcr.io/kairos-io/hadron:main"
41+
- "ttl.sh/hadron:latest"
4242

4343
lifecycle-tests:
4444
name: ${{ matrix.base_image }}
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
secureboot: [false]
6161
base_image:
62-
- "ghcr.io/kairos-io/hadron:main"
62+
- "ttl.sh/hadron:latest"
6363
test:
6464
- "custom-partitioning"
6565
- "acceptance"
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
matrix:
8383
base_image:
84-
- "ghcr.io/kairos-io/hadron:main"
84+
- "ttl.sh/hadron:latest"
8585
encryption-tests:
8686
name: ${{ matrix.base_image }}
8787
secrets: inherit
@@ -98,7 +98,7 @@ jobs:
9898
fail-fast: true
9999
matrix:
100100
base_image:
101-
- "ghcr.io/kairos-io/hadron:main"
101+
- "ttl.sh/hadron:latest"
102102
label:
103103
- "encryption-local"
104104
- "encryption-remote-auto"

.github/workflows/uki.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
summary_artifacts: true
4343
strategy:
4444
matrix:
45-
base_image: ["ghcr.io/kairos-io/hadron-trusted:main"]
45+
base_image: ["ttl.sh/hadron-trusted:latest"]
4646
kubernetes_distro: ["", "k3s"]
4747
test_generic:
4848
needs: factory
4949
runs-on: kvm
5050
strategy:
5151
matrix:
52-
base_image: ["ghcr.io/kairos-io/hadron-trusted:main"]
52+
base_image: ["ttl.sh/hadron-trusted:latest"]
5353
arch: ["amd64"]
5454
model: ["generic"]
5555
variant: ["core", "standard"]
@@ -190,7 +190,7 @@ jobs:
190190
runs-on: kvm
191191
strategy:
192192
matrix:
193-
base_image: ["ghcr.io/kairos-io/hadron:main"]
193+
base_image: ["ttl.sh/hadron-trusted:latest"]
194194
arch: ["amd64"]
195195
model: ["generic"]
196196
variant: ["core"]

0 commit comments

Comments
 (0)