Skip to content

Commit 181f967

Browse files
committed
chore: improved validate ci
1 parent 03d18de commit 181f967

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
run: kubectl apply -f crd.yaml
2828

2929
- name: Build Controller
30-
run: docker build -t ext-cardano-dbsync:latest .
30+
run: docker build -t ext-cardano-dbsync:1.0 .
3131

3232
- name: Load Image into Kind
3333
run: |
3434
docker images
35-
kind load docker-image ext-cardano-dbsync:latest --name k8scluster
35+
kind load docker-image ext-cardano-dbsync:1.0 --name k8scluster
3636
3737
- name: Apply manifests
3838
run: |

test/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
spec:
7171
containers:
7272
- name: controller
73-
image: ext-cardano-dbsync:latest
73+
image: ext-cardano-dbsync:1.0
7474
ports:
7575
- containerPort: 80
7676
env:

0 commit comments

Comments
 (0)