From 77c0af9da901605b4446616577562e222b33b2e2 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 28 May 2026 11:38:23 +0200 Subject: [PATCH] ci(e2e): limit push-scoped login to Docker Hub Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/.e2e-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.e2e-run.yml b/.github/workflows/.e2e-run.yml index 3b66a54..799914f 100644 --- a/.github/workflows/.e2e-run.yml +++ b/.github/workflows/.e2e-run.yml @@ -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: ./