Skip to content

Commit

Permalink
all
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jan 23, 2025
1 parent 6644597 commit 30737fa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/multi-build-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
registry:
required: true
type: string
registry_username:
required: true
type: string
image_name:
required: true
type: string
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 30737fa

Please sign in to comment.