Browse Source

Better job name

image-size-badge
Luke Childs 5 years ago
parent
commit
351b72072b
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -1,4 +1,4 @@
name: Docker Image CI name: Build lukechilds/bitcoind Docker Image
on: push on: push
jobs: jobs:
build: build:
@ -21,7 +21,7 @@ jobs:
- 0.13.0 - 0.13.0
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Build the Docker image - name: Build lukechilds/bitcoind
run: docker build --build-arg VERSION=${{ matrix.version }} -t lukechilds/bitcoind:v${{ matrix.version }} . run: docker build --build-arg VERSION=${{ matrix.version }} -t lukechilds/bitcoind:v${{ matrix.version }} .
- name: Check bitcoind version - name: Check bitcoind version
run: (docker run lukechilds/bitcoind:v${{ matrix.version }} -version | tee /dev/stderr | grep -q ${{ matrix.version }}) 2>&1 run: (docker run lukechilds/bitcoind:v${{ matrix.version }} -version | tee /dev/stderr | grep -q ${{ matrix.version }}) 2>&1

Loading…
Cancel
Save