Skip to content

Commit

Permalink
Update ci-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SchulzeStTSI authored Sep 9, 2021
1 parent 71c0451 commit 977a880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-booking-demo-test
APP_NAME: dgca-booking-demo-eu-test
APP_IMAGE: docker.pkg.github.com/${{ github.repository }}/dgca-booking-demo
CF_API: ${{ secrets.CF_API }}
CF_ORG: ${{ secrets.CF_ORG }}
Expand Down

0 comments on commit 977a880

Please sign in to comment.