diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 30fd047..59ecd9d 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -30,7 +30,9 @@ jobs: php-version: 8.3 tools: castor + - name: Log in to registry + shell: bash + run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin + - name: "Build and start the infrastructure" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: "castor docker:push"