From e35345f1358d98fa36b8d3b8b5b420260a8aef10 Mon Sep 17 00:00:00 2001 From: Perflyst Date: Thu, 28 Jan 2021 12:51:34 +0100 Subject: [PATCH] Remove container release on PR --- .github/workflows/container-release.yml | 12 ------------ 1 file changed, 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 }}