mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
Fixed typo in workflow
This commit is contained in:
parent
a1b26e68ae
commit
ad52bf9930
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Docker Login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry :ghcr.io
|
||||
registry: ghcr.io
|
||||
username: ${{ gihub.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue