Skip to content

Commit

Permalink
fix: 0R-2009 use correct secrets for IK4 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Dec 11, 2023
1 parent eb9835b commit f719243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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.BUILD_DOCKER_REGISTRY_IK4 }}
SEMVER: ${{ inputs.semver }}

- name: Pre-build Marten models
Expand All @@ -184,7 +184,7 @@ jobs:
shell: bash
run: CI_BUILD_NUMBER=$SEMVER ./build.sh ${{ inputs.build-target }}
env:
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY_TST }}
BUILD_DOCKER_REGISTRY: ${{ secrets.BUILD_DOCKER_REGISTRY_IK4 }}
SEMVER: ${{ inputs.semver }}

- name: Show images
Expand All @@ -196,7 +196,7 @@ jobs:
shell: bash
run: docker image save $BUILD_DOCKER_REGISTRY/${{ inputs.image-name }}:$SEMVER -o ~/${{ inputs.image-file}}
env:
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY_TST }}
BUILD_DOCKER_REGISTRY: ${{ secrets.BUILD_DOCKER_REGISTRY_IK4 }}
SEMVER: ${{ inputs.semver }}

- name: Upload Api artifact
Expand Down

0 comments on commit f719243

Please sign in to comment.