Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Update profio-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
foxminchan committed Sep 11, 2023
1 parent 175879c commit fea7e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/profio-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
run: |
echo ${{ github.repository_owner }}
echo ${{ secrets.TOKEN }}
docker build -f apps/Profio.Api/Dockerfile . --tag ghcr.io/${{ lowercase(github.repository_owner) }}/profio-api:latest
docker push ghcr.io/${{ lowercase(github.repository_owner) }}/profio-api:latest
docker build -f apps/Profio.Api/Dockerfile . --tag ghcr.io/hutechcj/profio-api:latest
docker push ghcr.io/hutechcj/profio-api:latest

0 comments on commit fea7e87

Please sign in to comment.