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.
This commit is contained in:
parent
b8b85ce911
commit
bc6787f17c
1 changed files with 0 additions and 30 deletions
30
.github/workflows/build.yml
vendored
30
.github/workflows/build.yml
vendored
|
@ -114,33 +114,3 @@ jobs:
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: make 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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue