summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPerflyst <mail@perflyst.de>2021-01-28 12:51:34 +0100
committerGitHub <noreply@github.com>2021-01-28 12:51:34 +0100
commite35345f1358d98fa36b8d3b8b5b420260a8aef10 (patch)
tree04744515989937810dfe27f1985ca5b4bbf1c6a5 /.github
parent51ebec7c13c67d33a40ea5d4cb09a10d453e0c47 (diff)
downloadinvidious-e35345f1358d98fa36b8d3b8b5b420260a8aef10.tar.gz
invidious-e35345f1358d98fa36b8d3b8b5b420260a8aef10.tar.bz2
invidious-e35345f1358d98fa36b8d3b8b5b420260a8aef10.zip
Remove container release on PR
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/container-release.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml
index 137308d0..1f811b7c 100644
--- a/.github/workflows/container-release.yml
+++ b/.github/workflows/container-release.yml
@@ -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 }}