Skip to content

Commit 98eeed3

Browse files
committed
fix(release): cli version
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent ee3b15b commit 98eeed3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_external_container_images.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ jobs:
6161
# NGINX Ingress Controller version: 1.12.1
6262
- name: NGINX Ingress Controller
6363
image_name: chainloop-dev/chainloop/nginx-ingress-controller
64-
path: bitnami/nginx-ingress-controller/1.12/debian-12
65-
sparse_checkout: bitnami/nginx-ingress-controller/1.12/debian-12
66-
ref: 9ad1a44da005cdf487b3e069220da598cff6776c
64+
path: bitnami/nginx-ingress-controller/1/debian-12
65+
sparse_checkout: bitnami/nginx-ingress-controller/1/debian-12
66+
ref: 87b1dc063ce0a75de731cf6757c1cc5c67ab88e1
6767
# NGINX version: 1.27.4 (for default backend)
6868
- name: NGINX
6969
image_name: chainloop-dev/chainloop/nginx
7070
path: bitnami/nginx/1.27/debian-12
7171
sparse_checkout: bitnami/nginx/1.27/debian-12
72-
ref: 9ad1a44da005cdf487b3e069220da598cff6776c
72+
ref: 1c185405602d01ad60b5454908c95b91deb5747a
7373
env:
7474
REGISTRY: ghcr.io
7575
IMAGE_NAME: ${{ matrix.image.image_name }}
@@ -146,4 +146,4 @@ jobs:
146146
echo "Successfully built and pushed ${{ matrix.image.name }} image"
147147
echo "Image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
148148
echo "Version: ${{ steps.extract_version.outputs.version }}"
149-
echo "Digest: ${{ steps.build.outputs.digest }}"
149+
echo "Digest: ${{ steps.build.outputs.digest }}"

0 commit comments

Comments
 (0)