We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a938f50 commit 1a147e3Copy full SHA for 1a147e3
1 file changed
.github/workflows/docker.yml
@@ -32,7 +32,6 @@ jobs:
32
- name: Build and push Docker image
33
uses: docker/build-push-action@v4
34
with:
35
- push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
36
platforms: linux/amd64
37
file: Dockerfile
38
tags: |
@@ -45,7 +44,6 @@ jobs:
45
44
name: Deploy (CD)
46
runs-on: ubuntu-latest
47
needs: [ build ]
48
- if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' }}
49
steps:
50
- name: Checkout repository
51
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
0 commit comments