deployment does not need to wait for docker build and push in CD

This commit is contained in:
mr0x50
2025-01-19 18:01:22 +01:00
parent 75febc1285
commit 0d13576255

View File

@@ -63,7 +63,7 @@ jobs:
run: echo ${{ steps.docker_build.outputs.digest }}
deploy:
needs: [build_and_push]
# needs: [build_and_push]
name: Deployment
runs-on: ubuntu-latest