ci: 💚 fix version for docker builds

By adding "needs" I think it should push with correct version
This commit is contained in:
Axel Olausson Holtenäs 2023-05-30 10:22:21 +02:00
parent 808798c203
commit d7a1fcf3af

View file

@ -41,6 +41,7 @@ jobs:
run: npx semantic-release
docker:
needs: build # Add this line to ensure the build job is completed before starting the docker job
runs-on: ubuntu-latest
steps:
- name: Checkout