Skip to content

Commit bf050c0

Browse files
committed
Bump docker/build-push-action from 5 to 6
Signed-off-by: Demin Yin <deminy@deminy.net>
1 parent 4349145 commit bf050c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-
3939
name: Build and Publish Docker Image
4040
id: docker_build
41-
uses: docker/build-push-action@v5
41+
uses: docker/build-push-action@v6
4242
with:
4343
context: ./dockerfiles/${{ matrix.type }}/
4444
platforms: linux/amd64,linux/arm64/v8

0 commit comments

Comments
 (0)