File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,23 +32,23 @@ jobs:
32
32
- name : Set up Docker Buildx
33
33
uses : docker/setup-buildx-action@v3
34
34
35
- # - name: Log in to Docker Hub
36
- # if: ${{ secrets.DOCKERHUB_USERNAME && secrets.DOCKERHUB_TOKEN }}
37
- # uses: docker/login-action@v3
38
- # with:
39
- # username: ${{ secrets.DOCKERHUB_USERNAME }}
40
- # password: ${{ secrets.DOCKERHUB_TOKEN }}
41
-
42
35
- name : Docker metadata
43
36
id : meta
44
37
uses : docker/metadata-action@v5
45
38
with :
46
- images : ${{ secrets.DOCKER_IMAGE }}
39
+ images : appwrite/mcp-for-docs
47
40
tags : |
48
41
type=raw,value=latest
49
42
type=raw,value=gh-${{ github.run_id }}
50
43
type=sha,format=short
51
44
45
+ # - name: Log in to Docker Hub
46
+ # if: ${{ secrets.DOCKERHUB_USERNAME && secrets.DOCKERHUB_TOKEN }}
47
+ # uses: docker/login-action@v3
48
+ # with:
49
+ # username: ${{ secrets.DOCKERHUB_USERNAME }}
50
+ # password: ${{ secrets.DOCKERHUB_TOKEN }}
51
+
52
52
- name : Build and push Docker image
53
53
uses : docker/build-push-action@v6
54
54
with :
You can’t perform that action at this time.
0 commit comments