Skip to content

Commit 9bb4cf1

Browse files
committed
workflows: disable Docker image build
No Dockaer is installed at the self-hosted runner, and GirHub-hosted runners have too low usage limits, thus I'm disabling this job until we make this repo public. Signed-off-by: Anna Shaleva <[email protected]>
1 parent ee8d509 commit 9bb4cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
build_image:
8989
name: Build and push Docker image
9090
runs-on: ubuntu-22.04
91+
if: false
9192

9293
steps:
9394
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)