Skip to content

Commit

Permalink
Don't push PR previews (fixes #216)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl committed Aug 6, 2024
1 parent 4625969 commit 51bb24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v3
with:
push: true
push: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/feature/actions'
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 51bb24a

Please sign in to comment.