File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 58
58
path : bitnami/vault-k8s/1/debian-12
59
59
sparse_checkout : bitnami/vault-k8s/1/debian-12
60
60
ref : 62cb6e1498e873dd9ab92880073a43896b470c4b
61
+ # NGINX Ingress Controller version: 1.12.1
62
+ - name : NGINX Ingress Controller
63
+ image_name : chainloop-dev/chainloop/nginx-ingress-controller
64
+ path : bitnami/nginx-ingress-controller/1/debian-12
65
+ sparse_checkout : bitnami/nginx-ingress-controller/1/debian-12
66
+ ref : 87b1dc063ce0a75de731cf6757c1cc5c67ab88e1
67
+ # NGINX version: 1.27.4 (for default backend)
68
+ - name : NGINX
69
+ image_name : chainloop-dev/chainloop/nginx
70
+ path : bitnami/nginx/1.27/debian-12
71
+ sparse_checkout : bitnami/nginx/1.27/debian-12
72
+ ref : 1c185405602d01ad60b5454908c95b91deb5747a
61
73
env :
62
74
REGISTRY : ghcr.io
63
75
IMAGE_NAME : ${{ matrix.image.image_name }}
@@ -134,4 +146,4 @@ jobs:
134
146
echo "Successfully built and pushed ${{ matrix.image.name }} image"
135
147
echo "Image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
136
148
echo "Version: ${{ steps.extract_version.outputs.version }}"
137
- echo "Digest: ${{ steps.build.outputs.digest }}"
149
+ echo "Digest: ${{ steps.build.outputs.digest }}"
You can’t perform that action at this time.
0 commit comments