We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc280d8 commit cdb0917Copy full SHA for cdb0917
.github/workflows/docker-publish.yml
@@ -69,7 +69,7 @@ jobs:
69
# https://github.com/docker/build-push-action
70
- name: Build and push Docker image
71
id: build-and-push
72
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
73
with:
74
context: .
75
platforms: linux/amd64,linux/arm64
0 commit comments