We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b52df8 commit 46cc107Copy full SHA for 46cc107
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: docker/setup-buildx-action@v3
63
64
- name: Build and push to GitHub
65
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
66
with:
67
context: ./
68
file: ./Dockerfile
0 commit comments