diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 686e772..16bdaf6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,6 +12,7 @@ jobs: ref: ${{ github.ref }} push-image: + needs: test-and-update-docs uses: ./.github/workflows/common-push-image.yml with: tag: latest diff --git a/.github/workflows/develop-CI.yml b/.github/workflows/develop-CI.yml index 3979367..25f91eb 100644 --- a/.github/workflows/develop-CI.yml +++ b/.github/workflows/develop-CI.yml @@ -12,6 +12,7 @@ jobs: ref: ${{ github.ref }} push-image: + needs: test-and-update-docs uses: ./.github/workflows/common-push-image.yml with: tag: ${{ github.ref_name }} diff --git a/.github/workflows/push-tag.yml b/.github/workflows/push-tag.yml index b0118a7..cc9b2d2 100644 --- a/.github/workflows/push-tag.yml +++ b/.github/workflows/push-tag.yml @@ -12,6 +12,7 @@ jobs: draft: true push-image: + needs: create-release uses: ./.github/workflows/common-push-image.yml with: tag: ${{ github.ref_name }}