Skip to content

Commit aed6aff

Browse files
authored
update
1 parent 769eb44 commit aed6aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
docker-build:
9292
name: Build Docker Image 🐋
9393
runs-on: ubuntu-latest
94-
needs: [build]
94+
needs: [build, bump]
9595
steps:
9696
- name: Checkout repo 📦
9797
uses: actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127127
deploy:
128128
name: Deployment 🚀
129129
runs-on: ubuntu-latest
130-
needs: [docker-build, build]
130+
needs: [docker-build, build, bump]
131131
steps:
132132
- name: Checkout repo 📦
133133
uses: actions/checkout@v4

0 commit comments

Comments
 (0)