From 7097c6ba4c77a4ae7a0c9731349fd47bc2258ba0 Mon Sep 17 00:00:00 2001 From: Koen Metsu Date: Thu, 12 Oct 2023 10:43:43 +0200 Subject: [PATCH] fix: remove adm idm push for now --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7b593e90..c48f65946 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -525,16 +525,16 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Push acm image - if: env.RELEASE_VERSION != 'none' - shell: bash - run: | - docker tag $BUILD_DOCKER_REGISTRY/organisation-registry/acmidm:$SEMVER ghcr.io/informatievlaanderen/acmidm:$SEMVER - docker push ghcr.io/informatievlaanderen/acmidm:$SEMVER - env: - SEMVER: ${{ env.RELEASE_VERSION }} - WORKSPACE: ${{ github.workspace }} - BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY }} + # - name: Push acm image + # if: env.RELEASE_VERSION != 'none' + # shell: bash + # run: | + # docker tag $BUILD_DOCKER_REGISTRY/organisation-registry/acmidm:$SEMVER ghcr.io/informatievlaanderen/acmidm:$SEMVER + # docker push ghcr.io/informatievlaanderen/acmidm:$SEMVER + # env: + # SEMVER: ${{ env.RELEASE_VERSION }} + # WORKSPACE: ${{ github.workspace }} + # BUILD_DOCKER_REGISTRY: ${{ secrets.VBR_BUILD_DOCKER_REGISTRY }} - name: Configure AWS credentials (Staging) if: env.RELEASE_VERSION != 'none'