Skip to content

Commit

Permalink
fix: don't use test registry
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 12, 2023
1 parent 27c5a0c commit d5000a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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.VBR_BUILD_DOCKER_REGISTRY }}
SEMVER: ${{ inputs.semver }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand All @@ -108,7 +108,7 @@ jobs:
shell: bash
run: docker image save $BUILD_DOCKER_REGISTRY/organisation-registry/${{ inputs.image-name }}:$SEMVER -o ~/${{ inputs.image-file}}
env:
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY_TST }}
BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY }}
SEMVER: ${{ inputs.semver }}

- name: Upload artifact
Expand Down

0 comments on commit d5000a6

Please sign in to comment.