mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
ci: change the docker login username
This commit is contained in:
parent
8fb344d882
commit
7c81e48da6
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
username: ${{ secrets.GH_CONTAINER_UNAME }}
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user