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 c0132ad commit 77c0af9Copy full SHA for 77c0af9
1 file changed
.github/workflows/.e2e-run.yml
@@ -119,7 +119,7 @@ jobs:
119
registry: ${{ env.REGISTRY_FQDN || inputs.registry }}
120
username: ${{ env.REGISTRY_USER || secrets.registry_username }}
121
password: ${{ env.REGISTRY_PASSWORD || secrets.registry_password }}
122
- scope: '@push'
+ scope: ${{ inputs.type == 'remote' && inputs.registry == '' && '@push' || '' }}
123
-
124
name: Build and push
125
uses: ./
0 commit comments