Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-05-30 06:20:01 +03:00

ci(e2e): limit push-scoped login to Docker Hub

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-05-28 11:38:23 +02:00
parent c0132ad86b
commit 77c0af9da9
+1 -1
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: ./