diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 492759476..5363597cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -165,7 +165,7 @@ jobs: name: Build api uses: ./.github/workflows/build-image.yml if: github.repository_owner == 'Informatievlaanderen' - needs: [ test ] + needs: [ test, set-release-version ] with: build-target: Containerize_AcmApi image-file: api.tar @@ -177,7 +177,7 @@ jobs: name: Build batch-agentschapzorgengezondheidftpdump uses: ./.github/workflows/build-image.yml if: github.repository_owner == 'Informatievlaanderen' - needs: [ test ] + needs: [ test, set-release-version ] with: build-target: Containerize_AgentschapZorgEnGezondheid image-file: batch-agentschapzorgengezondheidftpdump.tar @@ -189,7 +189,7 @@ jobs: name: Build batch-vlaanderenbe uses: ./.github/workflows/build-image.yml if: github.repository_owner == 'Informatievlaanderen' - needs: [ test ] + needs: [ test, set-release-version ] with: build-target: Containerize_VlaanderenBeNotifier image-file: batch-vlaanderenbe.tar @@ -201,7 +201,7 @@ jobs: name: Build elasticsearch projections uses: ./.github/workflows/build-image.yml if: github.repository_owner == 'Informatievlaanderen' - needs: [ test ] + needs: [ test, set-release-version ] with: build-target: Containerize_ElasticSearch image-file: projections-elasticsearch.tar @@ -213,7 +213,7 @@ jobs: name: Build delegations uses: ./.github/workflows/build-image.yml if: github.repository_owner == 'Informatievlaanderen' - needs: [ test ] + needs: [ test, set-release-version ] with: build-target: Containerize_Delegations image-file: projections-delegations.tar @@ -225,7 +225,7 @@ jobs: name: Build reporting uses: ./.github/workflows/build-image.yml if: github.repository_owner == 'Informatievlaanderen' - needs: [ test ] + needs: [ test, set-release-version ] with: build-target: Containerize_Reporting image-file: projections-reporting.tar @@ -237,7 +237,7 @@ jobs: name: Build kbo-mutations uses: ./.github/workflows/build-image.yml if: github.repository_owner == 'Informatievlaanderen' - needs: [ test ] + needs: [ test, set-release-version ] with: build-target: Containerize_KboMutations image-file: kbo-mutations.tar @@ -249,7 +249,7 @@ jobs: name: Build rebuilder uses: ./.github/workflows/build-image.yml if: github.repository_owner == 'Informatievlaanderen' - needs: [ test ] + needs: [ test, set-release-version ] with: build-target: Containerize_Rebuilder image-file: rebuilder.tar