diff --git a/.github/workflows/cnspec.yaml b/.github/workflows/cnspec.yaml index 570b89a57..aec53505f 100644 --- a/.github/workflows/cnspec.yaml +++ b/.github/workflows/cnspec.yaml @@ -86,7 +86,7 @@ jobs: - name: Build and push cnspec image id: build-and-push-operator - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: . file: cnspec.Dockerfile diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0b9fed9c2..f6326c5db 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -133,7 +133,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push operator image id: build-and-push-operator - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 with: context: . platforms: ${{ matrix.os }}/${{ matrix.arch }}