Fix typo :p
This commit is contained in:
parent
3639390789
commit
b6af3ab891
|
@ -18,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Login to GitHub Container Registry"
|
||||
uses: docker/login-aciton@v2
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
|
Loading…
Reference in New Issue