Skip to content

Commit

Permalink
.github/workflows/build-container.yml: add demo-secure and atom as ne…
Browse files Browse the repository at this point in the history
…eded for push-images-to-ceph-registry

Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum authored and baum committed Sep 10, 2024
1 parent 4ef6970 commit 32b7c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ jobs:

push-images-to-ceph-registry:
if: github.event_name == 'release'
needs: [pytest, demo, discovery, ha, build-arm64]
needs: [pytest, demo, demo-secure, discovery, ha, atom, build-arm64]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 32b7c29

Please sign in to comment.