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 344cdb5 commit 12be754Copy full SHA for 12be754
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
uses: docker/setup-buildx-action@v3
124
125
- name: Build Docker image
126
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
127
with:
128
context: ./ViceMCP
129
file: ./ViceMCP/Dockerfile
.github/workflows/release.yml
@@ -219,7 +219,7 @@ jobs:
219
password: ${{ secrets.GITHUB_TOKEN }}
220
221
- name: Build and push Docker image
222
223
224
225
0 commit comments