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 03d18de commit 181f967Copy full SHA for 181f967
.github/workflows/validate.yml
@@ -27,12 +27,12 @@ jobs:
27
run: kubectl apply -f crd.yaml
28
29
- name: Build Controller
30
- run: docker build -t ext-cardano-dbsync:latest .
+ run: docker build -t ext-cardano-dbsync:1.0 .
31
32
- name: Load Image into Kind
33
run: |
34
docker images
35
- kind load docker-image ext-cardano-dbsync:latest --name k8scluster
+ kind load docker-image ext-cardano-dbsync:1.0 --name k8scluster
36
37
- name: Apply manifests
38
test/manifest.yaml
@@ -70,7 +70,7 @@ spec:
70
spec:
71
containers:
72
- name: controller
73
- image: ext-cardano-dbsync:latest
+ image: ext-cardano-dbsync:1.0
74
ports:
75
- containerPort: 80
76
env:
0 commit comments