We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295c28e commit d922a91Copy full SHA for d922a91
.github/workflows/docker-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
password: ${{ secrets.DOCKERHUB_TOKEN }}
26
-
27
name: Build and push
28
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
29
with:
30
context: .
31
file: ./Dockerfile
0 commit comments