diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index 86fb2bc5..fa76c808 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -55,6 +55,8 @@ jobs: - name: Build image uses: whoan/docker-build-with-cache-action@v5 with: + username: ${{ secrets.GCR_USERNAME }} + password: ${{ secrets.GCR_TOKEN }} registry: ghcr.io image_name: github/super-linter image_tag: latest