Fixed typo in workflow

This commit is contained in:
David Allen 2024-08-21 10:15:47 -06:00
parent ad52bf9930
commit 054fc58e1a
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -22,7 +22,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ gihub.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4