mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 21:35:19 +02:00
Compare commits
1 Commits
master
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e42c03e65 |
2
.github/workflows/build-push-backend.yml
vendored
2
.github/workflows/build-push-backend.yml
vendored
@@ -141,7 +141,7 @@ jobs:
|
|||||||
suffix=-${{ matrix.arch }},onlatest=true
|
suffix=-${{ matrix.arch }},onlatest=true
|
||||||
|
|
||||||
- name: Build and push arch image
|
- name: Build and push arch image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
suffix=-${{ matrix.arch }},onlatest=true
|
suffix=-${{ matrix.arch }},onlatest=true
|
||||||
|
|
||||||
- name: Build and push arch image
|
- name: Build and push arch image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ./metadata_relay
|
context: ./metadata_relay
|
||||||
file: ./metadata_relay/Dockerfile
|
file: ./metadata_relay/Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user