mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
build on 22
This commit is contained in:
parent
47834b53e9
commit
1f7b7ab3b0
1 changed files with 1 additions and 3 deletions
4
.github/workflows/container-release.yml
vendored
4
.github/workflows/container-release.yml
vendored
|
@ -3,7 +3,7 @@ name: Build and release container
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "05 05 05 * *" # Every mouth at 05:05
|
- cron: "22 22 22 * *" # Every mouth at 22:22 on 22
|
||||||
branches:
|
branches:
|
||||||
- "CICD"
|
- "CICD"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
@ -62,7 +62,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
labels: quay.expires-after=12w
|
|
||||||
push: true
|
push: true
|
||||||
tags: docker.io/john3box/invidious-loginonly:${{ github.sha }}-amd64,docker.io/john3box/invidious-loginonly:latest-amd64
|
tags: docker.io/john3box/invidious-loginonly:${{ github.sha }}-amd64,docker.io/john3box/invidious-loginonly:latest-amd64
|
||||||
build-args: |
|
build-args: |
|
||||||
|
@ -76,7 +75,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile.arm64
|
file: docker/Dockerfile.arm64
|
||||||
platforms: linux/arm64/v8
|
platforms: linux/arm64/v8
|
||||||
labels: quay.expires-after=12w
|
|
||||||
push: true
|
push: true
|
||||||
tags: docker.io/john3box/invidious-loginonly:${{ github.sha }}-arm64,docker.io/john3box/invidious-loginonly:latest-arm64
|
tags: docker.io/john3box/invidious-loginonly:${{ github.sha }}-arm64,docker.io/john3box/invidious-loginonly:latest-arm64
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue