Skip to content

Commit

Permalink
fix: remove adm idm push for now
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 12, 2023
1 parent c95317a commit 7097c6b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7097c6b

Please sign in to comment.