We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa46e6 commit e81f0e3Copy full SHA for e81f0e3
.github/workflows/docker.yml
@@ -34,7 +34,6 @@ jobs:
34
uses: docker/setup-buildx-action@v3
35
36
- name: Log into registry ${{ env.REGISTRY }}
37
- if: github.event_name != 'pull_request'
38
uses: docker/login-action@v3
39
with:
40
registry: ${{ env.REGISTRY }}
@@ -51,7 +50,7 @@ jobs:
51
50
uses: docker/build-push-action@v6
52
53
context: .
54
- push: ${{ github.event_name != 'pull_request' }}
+ push: true
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
57
platforms: linux/amd64
0 commit comments