Browse Source

fix login to ghcr.io

Matthew R Kasun 3 years ago
parent
commit
5309e3eeb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/docker-test.yml

+ 1 - 1
.github/workflows/docker-test.yml

@@ -20,7 +20,7 @@ jobs:
               uses: docker/login-action@v1
               with:
                   registry: ghcr.io
-                  username: ${{ secrets.repository_owner }}
+                  username: ${{ github.actor }}
                   password: ${{ secrets.GITHUB_TOKEN }}
             - name: Build and Push test
               uses: docker/build-push-action@v2