We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca54384 commit fcb51f2Copy full SHA for fcb51f2
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
57
- uses: docker/setup-buildx-action@v3
58
id: buildx
59
- - uses: docker/build-push-action@v2
+ - uses: docker/build-push-action@v6
60
id: docker_build
61
with:
62
# cache-from: type=gha
0 commit comments