Skip to content

Commit 1ed085b

Browse files
committed
[microsoft#1184](microsoft#1184) : Use the 6th version of docker/build-push-action
I don't see why v5 should be used instead of v6 ? Also, the [most recent `docker/build-push-action`](https://github.com/docker/build-push-action/blob/88844b95d8cbbb41035fa9c94e5967a33b92db78/README.md?plain=1#L53-L81)'s README tell us that version compatibility with the other actions is not an issue
1 parent e5975b9 commit 1ed085b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
images: ghcr.io/${{ github.repository }}
3939

4040
- name: Build and push Docker image (multi-arch)
41-
uses: docker/build-push-action@v5
41+
uses: docker/build-push-action@v6
4242
with:
4343
context: .
4444
file: ./Dockerfile

0 commit comments

Comments
 (0)