We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2194f commit 4ce604dCopy full SHA for 4ce604d
.github/workflows/build-publish-image.yml
@@ -69,7 +69,7 @@ jobs:
69
platforms: ${{ matrix.platform }}
70
labels: ${{ steps.meta.outputs.labels }}
71
tags: ${{ steps.meta.output.tags }}
72
- outputs: type=image,name=${{ env.DOCKER_IMAGE }},push-by-digest=true,name-canonical=true,push=true
+ outputs: type=image,name=${{ env.DOCKER_IMAGE }},push-by-digest=true,name-canonical=true,push=${{ github.repository_owner == 'ONEKEY' && 'true' || 'false' }}
73
74
- name: Docker container vulnerability scan
75
id: scan
0 commit comments