Skip to content

Commit

Permalink
fix ci change_ghcr_user (swuecho#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho authored Apr 20, 2023
1 parent 955b356 commit 736bad1
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 @@ -42,7 +42,7 @@ jobs:
run: |
docker build . --file Dockerfile -t ghcr.io/swuecho/chat:${GITHUB_SHA}
- name: Login to GitHub Container Registry
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u swuecho --password-stdin
- name: Push Chat image to GitHub Container Registry
run: docker push ghcr.io/swuecho/chat:${GITHUB_SHA}
e2e:
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u swuecho --password-stdin

- name: check locale
run: python scripts/locale_missing_key.py web/src/locales --base zh-CN
Expand Down

0 comments on commit 736bad1

Please sign in to comment.