@@ -16,23 +16,26 @@ jobs:
1616 steps :
1717 - name : Checkout code
1818 uses : actions/checkout@v4
19+ - name : test
20+ run : |
21+ echo "test"
1922
20- - name : Set up Docker Buildx
21- uses : docker/setup-buildx-action@v3
23+ # - name: Set up Docker Buildx
24+ # uses: docker/setup-buildx-action@v3
2225
23- - name : Login to DockerHub
24- uses : docker/login-action@v3
25- with :
26- username : ${{ secrets.DOCKERHUB_USERNAME }}
27- password : ${{ secrets.DOCKERHUB_TOKEN }}
26+ # - name: Login to DockerHub
27+ # uses: docker/login-action@v3
28+ # with:
29+ # username: ${{ secrets.DOCKERIO_USERNAME }}
30+ # password: ${{ secrets.DOCKERIO_TOKEN }}
2831
29- - name : Build and push
30- uses : docker/build-push-action@v5
31- with :
32- context : ./slmcp
33- push : true
34- tags : |
35- chaitin/safeline-mcp:latest
36- chaitin/safeline-mcp:${{ github.ref_name }}
37- cache-from : type=registry,ref=chaitin/safeline-mcp:buildcache
38- cache-to : type=registry,ref=chaitin/safeline-mcp:buildcache,mode=max
32+ # - name: Build and push
33+ # uses: docker/build-push-action@v5
34+ # with:
35+ # context: ./slmcp
36+ # push: true
37+ # tags: |
38+ # chaitin/safeline-mcp:latest
39+ # chaitin/safeline-mcp:${{ github.ref_name }}
40+ # cache-from: type=registry,ref=chaitin/safeline-mcp:buildcache
41+ # cache-to: type=registry,ref=chaitin/safeline-mcp:buildcache,mode=max
0 commit comments