We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64e5f98 + c9bde19 commit d4bde68Copy full SHA for d4bde68
1 file changed
.github/workflows/build-docker-image.yml
@@ -25,7 +25,7 @@ jobs:
25
password: ${{ secrets.DOCKERHUB_TOKEN }}
26
27
- name: Build and push Docker image
28
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
29
with:
30
push: true
31
context: .
0 commit comments