fixup! feat: build images from the ingress-nginx fork
This commit is contained in:
parent
1412402a57
commit
9d9a5d965d
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
|
@ -42,7 +42,6 @@ jobs:
|
|||
id: buildimages
|
||||
run: |
|
||||
img=ghcr.io/${{github.repository}}:${{github.sha}}
|
||||
echo "::set-output name=IMAGE_NAME::${img}"
|
||||
docker pull ${img} || (
|
||||
docker buildx build --push --cache-to type=gha,mode=max --cache-from type=gha --progress plain --platform linux/arm64/v8,linux/amd64 --build-arg BUILDKIT_INLINE_CACHE=1 -t ${img} .
|
||||
)
|
||||
make REGISTRY=ghcr.io/${{github.repository}} image-chroot
|
||||
docker push ghcr.io/${{github.repository}}:v1.5.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue