Skip to content

Commit b274a05

Browse files
committed
fix(alpha): ensure that image builds wait on publish release artifacts task
1 parent 270a10b commit b274a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release-artifacts.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
7979
build-server-image:
8080
runs-on: ubuntu-latest
81+
needs: [publish-release-artifacts]
8182
steps:
8283
- name: Download artifacts
8384
uses: actions/download-artifact@v4
@@ -129,6 +130,7 @@ jobs:
129130

130131
build-dbt-image:
131132
runs-on: ubuntu-latest
133+
needs: [publish-release-artifacts]
132134
steps:
133135
- name: Download artifacts
134136
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)