mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Remove container release on PR
This commit is contained in:
parent
51ebec7c13
commit
e35345f135
1 changed files with 0 additions and 12 deletions
12
.github/workflows/container-release.yml
vendored
12
.github/workflows/container-release.yml
vendored
|
@ -4,8 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches: "*"
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
|
||||
|
@ -39,13 +37,3 @@ jobs:
|
|||
labels: quay.expires-after=12w
|
||||
push: true
|
||||
tags: quay.io/invidious/invidious:${{ github.sha }},quay.io/invidious/invidious:latest
|
||||
|
||||
- name: Build and push for Pull Request
|
||||
if: github.ref != 'refs/heads/master'
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
labels: quay.expires-after=6w
|
||||
push: true
|
||||
tags: quay.io/invidious/invidious:${{ github.sha }}
|
||||
|
|
Loading…
Reference in a new issue