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.
2 parents 5f451f2 + d700ce2 commit b30aca4Copy full SHA for b30aca4
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
username: ${{ secrets.DOCKERHUB_USERNAME }}
16
password: ${{ secrets.DOCKERHUB_PASSWORD }}
17
18
- - uses: docker/build-push-action@v4
+ - uses: docker/build-push-action@v6
19
with:
20
context: .
21
push: true
0 commit comments