We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e31cba + 2d11818 commit df1ede8Copy full SHA for df1ede8
.github/workflows/build-docker-image.yml
@@ -24,7 +24,7 @@ jobs:
24
password: ${{ secrets.DOCKERHUB_TOKEN }}
25
26
- name: Build and push Docker image
27
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
28
with:
29
push: true
30
context: .
0 commit comments