From 30737fa60426e300b69241e5c1b608d515fcfbd4 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 23 Jan 2025 23:08:42 +0100 Subject: [PATCH] all --- .github/workflows/multi-build-arch.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/multi-build-arch.yml b/.github/workflows/multi-build-arch.yml index 70bb532dd84ff..85d04ba71cd1a 100644 --- a/.github/workflows/multi-build-arch.yml +++ b/.github/workflows/multi-build-arch.yml @@ -6,9 +6,6 @@ on: registry: required: true type: string - registry_username: - required: true - type: string image_name: required: true type: string @@ -160,8 +157,8 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ inputs.registry }} - username: ${{ inputs.registry_username }} - password: ${{ secrets.REGISTRY_PASSWORD }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Create manifest list and push working-directory: /tmp/digests