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 c148910 commit 1350cf7Copy full SHA for 1350cf7
.github/workflows/publish.yml
@@ -107,7 +107,7 @@ jobs:
107
with:
108
platforms: linux/amd64,linux/arm64
109
- name: Build and publish model-server Docker image
110
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
111
env:
112
# We only push the resulting image when we are on release tag (i.e., the only time we have a push event) or on
113
# manual request via the workflow_dispatch event.
0 commit comments