We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6257162 commit ca0af07Copy full SHA for ca0af07
.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@v3
+ uses: docker/build-push-action@v4
63
with:
64
context: .
65
push: true
0 commit comments