Ver Fonte

Update main.yml

try this way of authenticating to the github packages docker registry
Mark Szepieniec há 3 anos atrás
pai
commit
46b77044c0
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      .github/workflows/main.yml

+ 3 - 0
.github/workflows/main.yml

@@ -16,6 +16,9 @@ jobs:
     runs-on: ubuntu-latest
     container:
       image: docker.pkg.github.com/mszep/pandoc_resume/resume_builder:latest
+      credentials:
+        username: ${{ github.actor }}
+        password: ${{ secrets.GITHUB_TOKEN }}
 
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it