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 169ea1d commit 1d2732eCopy full SHA for 1d2732e
.github/workflows/build.yml
@@ -51,13 +51,15 @@ jobs:
51
52
- name: "Log in to container registry (server-release)"
53
uses: docker/login-action@v3
54
+ if: github.event_name != 'pull_request'
55
with:
56
registry: ${{ env.IMAGE_REGISTRY }}
57
username: ${{ secrets.WXPE_QUAY_USER }}
58
password: ${{ secrets.WXPE_QUAY_TOKEN }}
59
60
- name: "Log in to container registry (cache image)"
61
62
63
64
registry: ${{ env.CACHE_REGISTRY }}
65
username: ${{ github.actor }}
0 commit comments