Update build.yml

This commit is contained in:
Casey LP
2023-11-17 08:11:24 +00:00
committed by GitHub
parent b305099d98
commit 49c6b326d5
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.actor }}
username: ${{ github.actor }}
password: ${{ secrets.CR_PAT }}
- name: Login to Docker Hub