diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f9a5442..ec6d7e2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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