Skip to content

Commit

Permalink
Merge pull request #8 from TypingMind/refactor
Browse files Browse the repository at this point in the history
ci: fix github actions
  • Loading branch information
travis-thuanle authored Mar 14, 2024
2 parents efc8fa4 + 143295a commit 3e00558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_Token }}
password: ${{ secrets.GH_TOKEN }}

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/${{ github.GH_repository }}:latest
run: docker build . --file Dockerfile --tag ghcr.io/${{ github.GH_REPOSITORY }}:latest

- name: Push the Docker image
run: docker push ghcr.io/${{ github.GH_repository }}:latest
run: docker push ghcr.io/${{ github.GH_REPOSITORY }}:latest
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build TypingMind Proxy Application
name: Build TypingMind Plugin Server

on:
push:
Expand Down

0 comments on commit 3e00558

Please sign in to comment.