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