Fixing image push (#10931)

This commit is contained in:
Ricardo Katz 2024-01-28 19:49:15 -03:00 committed by GitHub
parent 16821e4871
commit 59daa4c327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -236,6 +236,6 @@ jobs:
- name: build-image - name: build-image
run: | run: |
export TAG=$(cat images/nginx-1.25/TAG) export TAG=$(cat images/nginx-1.25/TAG)
cd images/nginx-1.25/rootfs && docker buildx build --platform=${{ env.PLATFORMS }} --push --load -t ingressnginx/nginx-1.25:${TAG} . cd images/nginx-1.25/rootfs && docker buildx build --platform=${{ env.PLATFORMS }} --push -t ingressnginx/nginx-1.25:${TAG} .

View file

@ -1 +1 @@
v0.0.2 v0.0.3