From 7408b554fe18e1130ad58439c7960cef2b4a0520 Mon Sep 17 00:00:00 2001 From: SchulzeStTSI <67590336+SchulzeStTSI@users.noreply.github.com> Date: Tue, 14 Sep 2021 11:12:58 +0200 Subject: [PATCH] Update ci-release.yml --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 9995543..905ec45 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -82,7 +82,7 @@ jobs: cf target -o ${CF_ORG} -s ${CF_SPACE} cf push ${APP_NAME} --docker-image ${APP_IMAGE}:${APP_VERSION} --docker-username ${CF_DOCKER_USERNAME} env: - APP_NAME: dgca-issuance-service + APP_NAME: dgca-issuance-service-eu-test APP_IMAGE: docker.pkg.github.com/${{ github.repository }}/dgca-issuance-service CF_API: ${{ secrets.CF_API }} CF_ORG: ${{ secrets.CF_ORG }}