Skip to content

Commit 2068d8b

Browse files
authored
Fix APP_Name in Github release action (#79)
1 parent d5d0fc2 commit 2068d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
cf target -o ${CF_ORG} -s ${CF_SPACE}
8383
cf push ${APP_NAME} --docker-image ${APP_IMAGE}:${APP_VERSION} --docker-username ${CF_DOCKER_USERNAME}
8484
env:
85-
APP_NAME: dgca-verifier-service
85+
APP_NAME: dgca-verifier-service-eu-test
8686
APP_IMAGE: docker.pkg.github.com/${{ github.repository }}/dgca-verifier-service
8787
CF_API: ${{ secrets.CF_API }}
8888
CF_ORG: ${{ secrets.CF_ORG }}

0 commit comments

Comments
 (0)