fixup! fixup! fixup! fixup! feat: build images from the ingress-nginx fork
This commit is contained in:
parent
2e94d2cb98
commit
65947d6828
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -44,5 +44,5 @@ jobs:
|
||||||
img=ghcr.io/${{github.repository}}:${{github.sha}}
|
img=ghcr.io/${{github.repository}}:${{github.sha}}
|
||||||
make build
|
make build
|
||||||
make REGISTRY=ghcr.io/${{github.repository}} TAG=${{github.sha}} image-chroot
|
make REGISTRY=ghcr.io/${{github.repository}} TAG=${{github.sha}} image-chroot
|
||||||
docker push ghcr.io/${{github.repository}}:${{github.sha}}
|
docker push ghcr.io/${{github.repository}}/controller-chroot:${{github.sha}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue