mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 18:58:29 +00: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
|
quay.expires-after=12w
|
||||||
|
|
||||||
- name: Build and push Docker AMD64 image for Push Event
|
- name: Build and push Docker AMD64 image for Push Event
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
@ -90,7 +90,7 @@ jobs:
|
|||||||
quay.expires-after=12w
|
quay.expires-after=12w
|
||||||
|
|
||||||
- name: Build and push Docker ARM64 image for Push Event
|
- name: Build and push Docker ARM64 image for Push Event
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile.arm64
|
file: docker/Dockerfile.arm64
|
||||||
|
Loading…
Reference in New Issue
Block a user