Skip to content

Commit

Permalink
Fix another login typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Oct 25, 2024
1 parent 71596a4 commit c416593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ jobs:
if: steps.credentials.outputs.REGISTRY_READY == 'true'
with:
registry: ${{ matrix.registry }}
username: ${{ steps.credentials.output.REGISTRY_USERNAME }}
password: ${{ steps.credentials.output.REGISTRY_PASSWORD }}
username: ${{ steps.credentials.outputs.REGISTRY_USERNAME }}
password: ${{ steps.credentials.outputs.REGISTRY_PASSWORD }}

- name: Push to ${{ matrix.registry }}
id: check
Expand Down

0 comments on commit c416593

Please sign in to comment.