diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 9dbfed7e..23d3635a 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -70,7 +70,7 @@ jobs: - name: Build and push container image if: ${{ inputs.push-image }} id: build-image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: ${{ inputs.docker-context }} file: ${{ inputs.dockerfile }} diff --git a/.github/workflows/helm-chart-node-scaling-test.yml b/.github/workflows/helm-chart-node-scaling-test.yml index e343b04a..0109d0b3 100644 --- a/.github/workflows/helm-chart-node-scaling-test.yml +++ b/.github/workflows/helm-chart-node-scaling-test.yml @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Build RCM - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . file: ./Dockerfile @@ -40,7 +40,7 @@ jobs: runtime-class-manager:chart-test - name: Build node installer - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . file: ./images/installer/Dockerfile @@ -52,7 +52,7 @@ jobs: node-installer:chart-test - name: Build shim downloader - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: ./images/downloader file: ./images/downloader/Dockerfile diff --git a/.github/workflows/helm-chart-smoketest.yml b/.github/workflows/helm-chart-smoketest.yml index d553056c..4420ca1a 100644 --- a/.github/workflows/helm-chart-smoketest.yml +++ b/.github/workflows/helm-chart-smoketest.yml @@ -45,7 +45,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Build ${{ matrix.config.name }} - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: ${{ matrix.config.context }} file: ${{ matrix.config.file }}