Skip to content

Commit be0571a

Browse files
committed
fix: ci
1 parent a79d932 commit be0571a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slmcp-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/login-action@v3
2525
with:
2626
username: ${{ secrets.DOCKERIO_USERNAME }}
27-
password: ${{ secrets.DOCKERIO_TOKEN }}
27+
password: ${{ secrets.DOCKERIO_PASSWORD }}
2828

2929
- name: Build and push
3030
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)