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 2f9b999 commit 148652dCopy full SHA for 148652d
.github/workflows/build_test.yaml
@@ -123,7 +123,7 @@ jobs:
123
- name: Run dockerhub-manifest
124
run: ./release.bash "${{ env.REGISTRY }}:${{ env.TAG }}" manifest
125
- name: Comment image name on PR
126
- if: github.event_name == 'pull_request'
+ if: vars.DOCKERHUB_TEST_REGISTRY && github.event_name == 'pull_request'
127
env:
128
REGISTRY: ${{ env.REGISTRY }}
129
TAG: ${{ env.TAG }}
0 commit comments