We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 699984f + d4ed89c commit 14ced7eCopy full SHA for 14ced7e
.github/workflows/build-docker.yaml
@@ -19,7 +19,7 @@ jobs:
19
username: ${{ secrets.DOCKERHUB_USERNAME }}
20
password: ${{ secrets.DOCKERHUB_TOKEN }}
21
- name: Build and push
22
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
23
with:
24
push: true
25
platforms: linux/amd64,linux/arm64
0 commit comments