diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 66169c9..bcb0078 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -89,7 +89,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build amd64 image for scanning - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 with: context: . file: Dockerfile.${{ matrix.component }} @@ -121,7 +121,7 @@ jobs: - name: Push image if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 with: context: . file: Dockerfile.${{ matrix.component }}