From bc6787f17c5f7e68ea0c6ba75fdd32d7b165b4f2 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 19 Jul 2022 14:41:53 +0300 Subject: [PATCH] workflows: don't build privnet image It only differs from non-privnet by tag, it doesn't make sense rebuilding the same things over and over again. --- .github/workflows/build.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 003d14989..c5c5be923 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,33 +114,3 @@ jobs: - name: Build Docker image run: make image - - build_privnet_image: - needs: build_cli - name: Build privnet Docker image - runs-on: ${{matrix.os}} - strategy: - matrix: - os: [ubuntu-20.04, windows-2022] - - steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.event.inputs.ref }} - fetch-depth: 0 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - # For proper `deps` make target execution. - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.18 - - # For information purposes. - - name: Print Docker version - run: docker --version - - - name: Build privnet Docker image - run: make env_image