We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac2194f + 4ce604d commit d0a276eCopy full SHA for d0a276e
.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