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 a79d932 commit be0571aCopy full SHA for be0571a
.github/workflows/slmcp-docker.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/login-action@v3
25
with:
26
username: ${{ secrets.DOCKERIO_USERNAME }}
27
- password: ${{ secrets.DOCKERIO_TOKEN }}
+ password: ${{ secrets.DOCKERIO_PASSWORD }}
28
29
- name: Build and push
30
uses: docker/build-push-action@v5
0 commit comments