diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index c566aa7..16171ce 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -31,10 +31,10 @@ jobs: tools: castor - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@v3 with: registry: ghcr.io - username: ${{ github.actor }} + username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: "Build and start the infrastructure"