We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8729bf4 commit 3264c2eCopy full SHA for 3264c2e
.github/workflows/docker.yml
@@ -89,7 +89,7 @@ jobs:
89
username: ${{ secrets.DOCKERHUB_USERNAME }}
90
password: ${{ secrets.DOCKERHUB_TOKEN }}
91
92
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
93
with:
94
context: ./packages/cli
95
file: ./packages/cli/docker/Dockerfile
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
119
120
context: .
121
file: ./packages/docker/Dockerfile
0 commit comments