Explorar el Código

update resume builder container image url

Mark Szepieniec hace 3 años
padre
commit
492e0f556d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -17,7 +17,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     container:
-      image: docker.pkg.github.com/mszep/pandoc_resume/resume_builder:latest
+      image: ghcr.io/mszep/pandoc_resume/resume_builder:latest
       credentials:
         username: ${{ github.actor }}
         password: ${{ secrets.GITHUB_TOKEN }}