ci: fix gpr user/actor

This commit is contained in:
41666 2020-09-22 23:24:56 -04:00
parent ff27f1080b
commit 891048e280

View file

@ -31,7 +31,7 @@ jobs:
- name: Docker Login
run: |
echo ${{github.token}} | docker login -u ${{GITHUB_ACTOR}} --password-stdin
echo ${{github.token}} | docker login -u ${{github.actor}} --password-stdin
- name: Publish Artifacts
run: |