We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6573746 commit f339c6dCopy full SHA for f339c6d
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
username: ${{ secrets.DOCKERHUB_USERNAME }}
41
password: ${{ secrets.DOCKERHUB_TOKEN }}
42
- name: Build and push
43
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
44
with:
45
context: .
46
file: ./Dockerfile
0 commit comments