diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e07974256..fbaefafb3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -92,7 +92,7 @@ jobs: uses: docker/setup-buildx-action@master - name: Build - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: context: . file: ./flagd/build.Dockerfile diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 2bb9e44cb..ee9bc3e16 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -103,7 +103,7 @@ jobs: - name: Build id: build - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4 with: builder: ${{ steps.buildx.outputs.name }} context: .