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 a7a76cb commit 5525ebaCopy full SHA for 5525eba
.github/workflows/image_build.yml
@@ -223,7 +223,7 @@ jobs:
223
password: ${{ secrets.dockerPassword }}
224
225
- name: Login to DockerHub
226
- # if: github.event_name != 'pull_request'
+ if: github.event_name != 'pull_request'
227
uses: docker/login-action@v3
228
with:
229
registry: quay.io
@@ -282,7 +282,7 @@ jobs:
282
file: ./Dockerfile
283
cache-from: type=gha
284
platforms: ${{ inputs.platforms }}
285
- push: true
+ #push: true
286
tags: ${{ steps.meta_pull_request.outputs.tags }}
287
labels: ${{ steps.meta_pull_request.outputs.labels }}
288
## End testing image
0 commit comments