We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7898ffe commit 3ebd09bCopy full SHA for 3ebd09b
.github/workflows/node.js.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build and push Docker images
46
uses: docker/build-push-action@v3
47
with:
48
- push: true
+ push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/feature/actions' }}
49
tags: ${{ steps.meta.outputs.tags }}
50
labels: ${{ steps.meta.outputs.labels }}
51
0 commit comments