diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 8191630f..ce95f1f6 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -58,13 +58,16 @@ jobs: include: - image: "Dockerfile" aca_name_secret: "AZURE_ACA_NAME" + prefix: "" name: "tramsapi-app" - image: "Dockerfile.PersonsApi" aca_name_secret: "AZURE_PERSONS_API_ACA_NAME" + prefix: "persons-api-" name: "personsapi-app" with: docker-image-name: '${{ matrix.name }}' docker-build-file-name: './${{ matrix.image }}' + docker-tag-prefix: ${{ matrix.prefix }} environment: ${{ needs.set-env.outputs.environment }} # Only annotate the release once, because both apps are deployed at the same time annotate-release: ${{ matrix.name == 'tramsapi-app' }}