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

Commit

Permalink
FIXME: push on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Nov 17, 2022
1 parent 2d9b83a commit be683b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit be683b1

Please sign in to comment.