Skip to content

Commit

Permalink
Merge pull request #21 from jordojordo/main
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jordojordo authored Aug 18, 2023
2 parents 33c6435 + 3c34e64 commit 8e3866b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY_URL }}
username: ${{ evn.REGISTRY_USER }}
username: ${{ env.REGISTRY_USER }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Sync Catalog Image with Registry
Expand Down

0 comments on commit 8e3866b

Please sign in to comment.