ci: 💚 fix version for docker builds
By adding "needs" I think it should push with correct version
This commit is contained in:
parent
808798c203
commit
d7a1fcf3af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
|
needs: build # Add this line to ensure the build job is completed before starting the docker job
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Add table
Reference in a new issue