revert build-push-actions to v5

This commit is contained in:
panda 2023-12-03 19:56:34 +01:00
parent a646ee1455
commit 51a75f4942

View File

@ -64,7 +64,7 @@ jobs:
quay.expires-after=12w
- name: Build and push Docker AMD64 image for Push Event
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile
@ -90,7 +90,7 @@ jobs:
quay.expires-after=12w
- name: Build and push Docker ARM64 image for Push Event
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: docker/Dockerfile.arm64