build on 22

This commit is contained in:
John Wong 2023-05-21 20:40:05 +08:00
parent 47834b53e9
commit 1f7b7ab3b0

View file

@ -3,7 +3,7 @@ name: Build and release container
on:
push:
schedule:
- cron: "05 05 05 * *" # Every mouth at 05:05
- cron: "22 22 22 * *" # Every mouth at 22:22 on 22
branches:
- "CICD"
paths-ignore:
@ -62,7 +62,6 @@ jobs:
context: .
file: docker/Dockerfile
platforms: linux/amd64
labels: quay.expires-after=12w
push: true
tags: docker.io/john3box/invidious-loginonly:${{ github.sha }}-amd64,docker.io/john3box/invidious-loginonly:latest-amd64
build-args: |
@ -76,7 +75,6 @@ jobs:
context: .
file: docker/Dockerfile.arm64
platforms: linux/arm64/v8
labels: quay.expires-after=12w
push: true
tags: docker.io/john3box/invidious-loginonly:${{ github.sha }}-arm64,docker.io/john3box/invidious-loginonly:latest-arm64
build-args: |