diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index f12998d..afc2735 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -26,7 +26,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-businessrule-service + APP_NAME: dgca-businessrule-service-eu-test APP_IMAGE: docker.pkg.github.com/${{ github.repository }}/dgca-businessrule-service CF_API: ${{ secrets.CF_API }} CF_ORG: ${{ secrets.CF_ORG }}