Skip to content

Commit a8edd5c

Browse files
chore(deps): bump docker/build-push-action from 5 to 6 (#747)
1 parent 4cdc052 commit a8edd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
run: echo "::set-output name=value::$(git rev-parse --short HEAD)"
142142

143143
- name: Build and push final image
144-
uses: docker/build-push-action@v5
144+
uses: docker/build-push-action@v6
145145
with:
146146
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/s390x,linux/ppc64le,linux/riscv64
147147
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)