Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 902b09c

Browse files
committed
FIXME: push on all PRs
1 parent 3ac2a84 commit 902b09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
context: .
5555
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
56-
push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/') }}
56+
# push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/') }}
5757
target: deploy
5858
tags: |
5959
ghcr.io/dcermak/container-layer-sizes:latest
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
context: .
6565
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
66-
push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/') }}
66+
# push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/tags/') }}
6767
target: storage-backend-deploy
6868
tags: |
6969
ghcr.io/dcermak/container-layer-sizes-backend:latest

0 commit comments

Comments
 (0)