We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21848d4 commit faacd43Copy full SHA for faacd43
.github/workflows/docker-ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
# https://github.com/docker/build-push-action#multi-platform-image
31
- name: Build and push to Docker Hub
32
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
33
with:
34
context: .
35
platforms: linux/amd64,linux/arm64
.github/workflows/docker-publish.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
push: true
0 commit comments