diff --git a/.github/workflows/deploy-Production.yml b/.github/workflows/deploy-Production.yml index 48f0c980eba..74e51822fea 100644 --- a/.github/workflows/deploy-Production.yml +++ b/.github/workflows/deploy-Production.yml @@ -73,7 +73,7 @@ jobs: ####################################### - name: Build Docker image - ${{ matrix.images.image-id }} if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }} - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.9.0 with: context: . file: ./Dockerfile @@ -242,7 +242,7 @@ jobs: ###################################### - name: Build Docker image - ${{ matrix.images.image-id }} if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.9.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-Release.yml b/.github/workflows/deploy-Release.yml index 2b62cd3dfc3..19bfe3a6a5a 100644 --- a/.github/workflows/deploy-Release.yml +++ b/.github/workflows/deploy-Release.yml @@ -113,7 +113,7 @@ jobs: # Build the docker image and push it # ###################################### - name: Build Docker image - ${{ matrix.images.image-id }} - uses: docker/build-push-action@v2.8.0 + uses: docker/build-push-action@v2.9.0 with: context: . file: ./Dockerfile