Skip to content

Commit 4274381

Browse files
fix: image name
1 parent 970faae commit 4274381

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ jobs:
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3
3434

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-
4235
- name: Docker metadata
4336
id: meta
4437
uses: docker/metadata-action@v5
4538
with:
46-
images: ${{ secrets.DOCKER_IMAGE }}
39+
images: appwrite/mcp-for-docs
4740
tags: |
4841
type=raw,value=latest
4942
type=raw,value=gh-${{ github.run_id }}
5043
type=sha,format=short
5144
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+
5252
- name: Build and push Docker image
5353
uses: docker/build-push-action@v6
5454
with:

0 commit comments

Comments
 (0)