diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4ce0e3a..0ae17e5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -11,6 +11,7 @@ jobs: java-version: "17" distribution: "temurin" image-name: ${{ vars.MY_APP }} + write-application-yml: true secrets: DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}