Skip to content

Commit

Permalink
chore: add needs to get version
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu authored Oct 11, 2023
1 parent 781ed85 commit 1c0e4bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1c0e4bd

Please sign in to comment.