diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76f29d3..07aec32 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6 with: context: . platforms: linux/${{ matrix.arch }}