Skip to content

Commit 148652d

Browse files
committed
workflow: fix missing DOCKERHUB_TEST_REGISTRY on comment
1 parent 2f9b999 commit 148652d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Run dockerhub-manifest
124124
run: ./release.bash "${{ env.REGISTRY }}:${{ env.TAG }}" manifest
125125
- name: Comment image name on PR
126-
if: github.event_name == 'pull_request'
126+
if: vars.DOCKERHUB_TEST_REGISTRY && github.event_name == 'pull_request'
127127
env:
128128
REGISTRY: ${{ env.REGISTRY }}
129129
TAG: ${{ env.TAG }}

0 commit comments

Comments
 (0)