We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6d393f + 4cc55e6 commit c1f0ef4Copy full SHA for c1f0ef4
1 file changed
.github/workflows/publish_docker.yml
@@ -39,7 +39,7 @@ jobs:
39
password: ${{ secrets.DOCKERHUB_TOKEN }}
40
- name: Build and push
41
id: docker_build
42
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
43
with:
44
context: .
45
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64/v8
0 commit comments