Skip to content

Commit 965f0d3

Browse files
authored
Merge pull request #47 from filecoin-project/chore/enable-pr-containers
chore: publish pr container images
2 parents aef4bb7 + c19bf7f commit 965f0d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-container.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
type=ref,event=pr
4040
4141
- name: Log in to the Container registry
42-
if: github.event_name != 'pull_request'
4342
uses: docker/login-action@v1
4443
with:
4544
registry: ${{ env.REGISTRY }}
@@ -50,6 +49,6 @@ jobs:
5049
uses: docker/build-push-action@v2
5150
with:
5251
context: .
53-
push: ${{ github.event_name != 'pull_request' }}
52+
push: true
5453
tags: ${{ steps.meta.outputs.tags }}
5554
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)