fixup! fixup! fixup! feat: build images from the ingress-nginx fork
This commit is contained in:
parent
083964ba68
commit
2e94d2cb98
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -42,6 +42,7 @@ jobs:
|
|||
id: buildimages
|
||||
run: |
|
||||
img=ghcr.io/${{github.repository}}:${{github.sha}}
|
||||
make build
|
||||
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