Skip to content

Commit

Permalink
Need to connect to specific registry when using Gitea.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandevliet committed Jan 14, 2025
1 parent a65d489 commit 43a9ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- TraderEngine.API
- TraderEngine.CLI
with:
CR_REGISTRY: ${{ vars.CR_REGISTRY }}
CR_REGISTRY: ${{ vars.CR_REGISTRY }}/${{ github.repository_owner }}
CSPROJ_NAME: ${{ matrix.project }}
IMAGE_NAME: ${{ github.repository_owner }}/${{ matrix.project }}
IMAGE_NAME: ${{ matrix.project }}
majorMinorPatch: ${{ needs.gitversion.outputs.majorMinorPatch }}
preReleaseLabel: ${{ needs.gitversion.outputs.preReleaseLabel }}
semVer: ${{ needs.gitversion.outputs.semVer }}
Expand Down

0 comments on commit 43a9ea5

Please sign in to comment.