Skip to content

Commit 89ea7db

Browse files
committed
ci: require build to be successful before creating image
1 parent 7de6a7d commit 89ea7db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
docker network remove delphi-net
8686
8787
image:
88+
needs: build
8889
# only on main and dev branch
8990
if: startsWith(github.ref, 'refs/heads/main') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/sgratzl/flaskx'
9091
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)