mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 08:19:09 -04:00
Skip container release for insignficant changes
This commit is contained in:
parent
61fc6539c2
commit
5c417f034a
15
.github/workflows/container-release.yml
vendored
15
.github/workflows/container-release.yml
vendored
@ -4,9 +4,18 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
- LICENCE
|
||||
- TRANSLATION
|
||||
- invidious.service
|
||||
- .git*
|
||||
- .editorconfig
|
||||
|
||||
- screenshots/*
|
||||
- .github/ISSUE_TEMPLATE/*
|
||||
- kubernetes/**
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
@ -50,4 +59,4 @@ jobs:
|
||||
platforms: linux/arm64/v8
|
||||
labels: quay.expires-after=12w
|
||||
push: true
|
||||
tags: quay.io/invidious/invidious:${{ github.sha }}-arm64,quay.io/invidious/invidious:latest-arm64
|
||||
tags: quay.io/invidious/invidious:${{ github.sha }}-arm64,quay.io/invidious/invidious:latest-arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user