diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07aec32..8bb0ea3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: type=raw,value=${{ steps.prep.outputs.tag }},enable={{is_default_branch}} - name: Build image id: build - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6 + uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6 with: context: . labels: ${{ steps.docker-metadata.outputs.labels }} @@ -74,7 +74,7 @@ jobs: docker image inspect ${{ steps.build.outputs.imageid }} - name: Build test image id: build-test - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6 + uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6 with: context: . platforms: linux/${{ matrix.arch }}