mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-16 04:11:49 -04:00
repository_owner not actor for docker workflow, doh!
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
cd30e13ad7
commit
1ea043a94b
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user