mirror of
https://github.com/iv-org/invidious.git
synced 2026-05-02 02:59:38 -05:00
Combine images into manifest list
This commit is contained in:
parent
796b02dd70
commit
ff7afee598
21
.github/workflows/build-nightly-container.yml
vendored
21
.github/workflows/build-nightly-container.yml
vendored
@ -72,3 +72,24 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
build-args: |
|
build-args: |
|
||||||
"release=1"
|
"release=1"
|
||||||
|
|
||||||
|
combine-multiarch-images:
|
||||||
|
needs: release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Login to registry
|
||||||
|
uses: docker/login-action@v4
|
||||||
|
with:
|
||||||
|
registry: quay.io
|
||||||
|
username: ${{ secrets.QUAY_USERNAME }}
|
||||||
|
password: ${{ secrets.QUAY_PASSWORD }}
|
||||||
|
|
||||||
|
# https://github.com/marketplace/actions/docker-manifest-create-action
|
||||||
|
- name: Create and push manifest
|
||||||
|
uses: int128/docker-manifest-create-action@v2.19.0
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
tags: quay.io/invidious/invidious:latest
|
||||||
|
sources: |
|
||||||
|
quay.io/invidious/invidious:latest
|
||||||
|
quay.io/invidious/invidious:latest-arm64
|
||||||
|
|||||||
21
.github/workflows/build-stable-container.yml
vendored
21
.github/workflows/build-stable-container.yml
vendored
@ -64,3 +64,24 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
build-args: |
|
build-args: |
|
||||||
"release=1"
|
"release=1"
|
||||||
|
|
||||||
|
combine-multiarch-images:
|
||||||
|
needs: release
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Login to registry
|
||||||
|
uses: docker/login-action@v4
|
||||||
|
with:
|
||||||
|
registry: quay.io
|
||||||
|
username: ${{ secrets.QUAY_USERNAME }}
|
||||||
|
password: ${{ secrets.QUAY_PASSWORD }}
|
||||||
|
|
||||||
|
# https://github.com/marketplace/actions/docker-manifest-create-action
|
||||||
|
- name: Create and push manifest
|
||||||
|
uses: int128/docker-manifest-create-action@v2.19.0
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
tags: quay.io/invidious/invidious:latest
|
||||||
|
sources: |
|
||||||
|
quay.io/invidious/invidious:latest
|
||||||
|
quay.io/invidious/invidious:latest-arm64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user