We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70d9ba commit b0ce4b4Copy full SHA for b0ce4b4
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
username: ${{ secrets.DOCKER_HUB_USERNAME }}
60
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
61
- name: Build & Push Docker image
62
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
63
with:
64
context: .
65
push: true
0 commit comments