Skip to content

Commit

Permalink
fix: or-2282 incorrect build docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Aug 7, 2024
1 parent 12adb20 commit 1aa9c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: inputs.semver != 'none'
run: CI_BUILD_NUMBER=$SEMVER ./build.sh SetSolutionInfo
env:
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY_TST }}
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_DEVOPS_DOCKER_REGISTRY }}
SEMVER: ${{ inputs.semver }}

- name: Dotnet build
Expand All @@ -70,7 +70,7 @@ jobs:
shell: bash
run: CI_BUILD_NUMBER=$SEMVER ./build.sh ${{ inputs.build-target }}
env:
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY }}
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_DEVOPS_DOCKER_REGISTRY }}
SEMVER: ${{ inputs.semver }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-site-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash
run: CI_BUILD_NUMBER=$SEMVER ./build.sh ${{ inputs.build-target }}
env:
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY }}
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_DEVOPS_DOCKER_REGISTRY }}
SEMVER: ${{ inputs.semver }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 1aa9c8f

Please sign in to comment.