From be683b1b97544fe4b3b58a01e00754e60b9d95b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 17 Nov 2022 15:10:20 +0100 Subject: [PATCH] FIXME: push on all PRs --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index c00ec09..2a5430b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -57,7 +57,7 @@ jobs: with: context: . platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x - push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/') }} + # push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/') }} target: deploy tags: | ghcr.io/dcermak/container-layer-sizes:latest @@ -67,7 +67,7 @@ jobs: with: context: . platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x - push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/') }} + # push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/') }} target: storage-backend-deploy tags: | ghcr.io/dcermak/container-layer-sizes-backend:latest