Merge pull request #1549 from crazy-max/ci-e2e-dockerhub-push-scope

ci(e2e): limit push-scoped login to Docker Hub
This commit is contained in:
Tõnis Tiigi 2026-05-28 17:29:24 -07:00 committed by GitHub
commit 8db8ba8e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ jobs:
registry: ${{ env.REGISTRY_FQDN || inputs.registry }}
username: ${{ env.REGISTRY_USER || secrets.registry_username }}
password: ${{ env.REGISTRY_PASSWORD || secrets.registry_password }}
scope: '@push'
scope: ${{ inputs.type == 'remote' && inputs.registry == '' && '@push' || '' }}
-
name: Build and push
uses: ./