v3=>v4 fixes build woes locally.
This commit is contained in:
parent
3bfb3cfbad
commit
d18aef4de3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bouncer.yml
vendored
2
.github/workflows/bouncer.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
run: composer install --ignore-platform-reqs
|
run: composer install --ignore-platform-reqs
|
||||||
|
|
||||||
- name: "Build: Build & Push image to GHCR & Docker Hub"
|
- name: "Build: Build & Push image to GHCR & Docker Hub"
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: bouncer
|
context: bouncer
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue