Skip to content

Commit 8807fa3

Browse files
committed
fix broken workflow
1 parent fa11c64 commit 8807fa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
docker push --all-tags $IMAGE_ID
5757
5858
deploy:
59-
needs: build
59+
needs:
60+
- build-bot
61+
- build-backend
6062
runs-on: ubuntu-latest
6163
steps:
6264
- name: Log into VPS

0 commit comments

Comments
 (0)