mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
revert build-push-actions to v5
This commit is contained in:
parent
a646ee1455
commit
51a75f4942
4
.github/workflows/container-release.yml
vendored
4
.github/workflows/container-release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user