We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9b5ac commit 9b2dfe2Copy full SHA for 9b2dfe2
1 file changed
.github/workflows/docker.yml
@@ -231,6 +231,9 @@ jobs:
231
needs: [build-docker]
232
steps:
233
- name: Branch deployment docs
234
+ # if this build is for a forked PR or dependabot the images are not pushed to the
235
+ # registry and the deploy instructions won't work.
236
+ if: ${{ env.use_registry == 'true' }}
237
run: |
238
cat >> $GITHUB_STEP_SUMMARY <<EOF
239
0 commit comments