fix: needs image build before deplo
This commit is contained in:
parent
17e0766af9
commit
134082da3e
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
docker push appflowyinc/admin_frontend:dev
|
||||
|
||||
image_deploy:
|
||||
needs: image_build
|
||||
runs-on: [test-kube-worker]
|
||||
steps:
|
||||
- name: Checkout Deployment
|
||||
|
|
|
|||
Loading…
Reference in New Issue