Fixing image push (#10931)
This commit is contained in:
parent
16821e4871
commit
59daa4c327
2 changed files with 2 additions and 2 deletions
2
.github/workflows/images.yaml
vendored
2
.github/workflows/images.yaml
vendored
|
@ -236,6 +236,6 @@ jobs:
|
|||
- name: build-image
|
||||
run: |
|
||||
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} .
|
||||
|
||||
|
|
@ -1 +1 @@
|
|||
v0.0.2
|
||||
v0.0.3
|
Loading…
Reference in a new issue