fixup! fixup! feat: build images from the ingress-nginx fork
This commit is contained in:
parent
9d9a5d965d
commit
083964ba68
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -42,6 +42,6 @@ jobs:
|
|||
id: buildimages
|
||||
run: |
|
||||
img=ghcr.io/${{github.repository}}:${{github.sha}}
|
||||
make REGISTRY=ghcr.io/${{github.repository}} image-chroot
|
||||
docker push ghcr.io/${{github.repository}}:v1.5.1
|
||||
make REGISTRY=ghcr.io/${{github.repository}} TAG=${{github.sha}} image-chroot
|
||||
docker push ghcr.io/${{github.repository}}:${{github.sha}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue