diff --git a/.github/workflows/deploy-Production.yml b/.github/workflows/deploy-Production.yml index 26f6a37f..f2fa021b 100644 --- a/.github/workflows/deploy-Production.yml +++ b/.github/workflows/deploy-Production.yml @@ -75,8 +75,6 @@ jobs: if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} uses: docker/build-push-action@v2.7.0 with: - cache-from: type=gha - cache-to: type=gha,mode=max context: . file: ./Dockerfile build-args: | @@ -154,6 +152,8 @@ jobs: - name: Upload the code coverage report if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} uses: codacy/codacy-coverage-reporter-action@v1.1 + # Sometimes this fails when user does not have permissions to secrets + continue-on-error: true with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} coverage-reports: test/reports/cobertura/runTests.sh/cobertura.xml @@ -244,8 +244,6 @@ jobs: if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} uses: docker/build-push-action@v2.7.0 with: - cache-from: type=gha - cache-to: type=gha,mode=max context: . file: ./Dockerfile build-args: |