Skip to content

Commit 3b9c2cb

Browse files
feat: remove the docker image build job from ci.yml
1 parent 3d6fe3e commit 3b9c2cb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,6 @@ jobs:
103103
is_node_release: ${{ needs.check-release.outputs.is_node_release }}
104104
is_signer_release: ${{ needs.check-release.outputs.is_signer_release }}
105105

106-
## Build and push Debian image built from source
107-
##
108-
## Runs when:
109-
## - it is not a node or signer-only release run
110-
docker-image:
111-
if: |
112-
needs.check-release.outputs.is_node_release != 'true' ||
113-
needs.check-release.outputs.is_signer_release != 'true'
114-
name: Docker Image (Source)
115-
uses: ./.github/workflows/image-build-source.yml
116-
needs:
117-
- rustfmt
118-
- check-release
119-
secrets: inherit
120-
121106
## Create a reusable cache for tests
122107
##
123108
## Runs when:

0 commit comments

Comments
 (0)