Skip to content

Commit

Permalink
ci: fix docker hub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa committed Nov 24, 2024
1 parent e892709 commit 7036c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
SOLUTION: Place.sln
API_PROJECT: src/Place.API/Place.API.csproj
RUNTIME: linux-x64
DOCKER_REPO: ${{ secrets.PLACE_DOCKER_REPO }}
DOCKER_REPO: ${{ secrets.PLACE_DOCKER_HUB_REPO }}

jobs:
publish:
Expand Down

0 comments on commit 7036c23

Please sign in to comment.