Skip to content

Commit

Permalink
Merge pull request #7 from TypingMind/fix/ci-cd
Browse files Browse the repository at this point in the history
ci: fix docker build action
  • Loading branch information
travis-thuanle authored Mar 14, 2024
2 parents a5b530c + 9d6ee7a commit efc8fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.GH_Token }}

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/${{ github.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.repository }}:latest
run: docker push ghcr.io/${{ github.GH_repository }}:latest

0 comments on commit efc8fa4

Please sign in to comment.