We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e829046 commit e849bc9Copy full SHA for e849bc9
.github/workflows/docker-build-push.yml
@@ -67,7 +67,7 @@ jobs:
67
password: ${{ secrets.DOCKERHUB_TOKEN }}
68
69
- name: 'Build & Push to Docker Hub'
70
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
71
with:
72
context: docker
73
platforms: linux/amd64,linux/arm64
@@ -83,7 +83,7 @@ jobs:
83
84
- name: 'Build & Push to Docker Hub (Latest)'
85
if: startsWith(github.ref, 'refs/tags/v')
86
87
88
89
0 commit comments