Skip to content

Commit

Permalink
fixup! build: always build dockerfile but skip pushing if PR
Browse files Browse the repository at this point in the history
  • Loading branch information
enapupe committed Dec 10, 2023
1 parent ca477cc commit 04f4b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
context: ./
file: ./Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: github.event_name != 'pull_request'
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}

# setup basic machine to run all kinds of tests: lint, unit, integration, types
Expand Down

0 comments on commit 04f4b21

Please sign in to comment.