mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-14 20:20:49 +02:00
Clean up yaml formatting
This commit is contained in:
parent
25b77dbc64
commit
4891ea2de4
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -1,13 +1,8 @@
|
|||||||
name: Docker Image CI
|
name: Docker Image CI
|
||||||
|
on: push
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version:
|
||||||
@ -24,10 +19,9 @@ jobs:
|
|||||||
- 0.13.2
|
- 0.13.2
|
||||||
- 0.13.1
|
- 0.13.1
|
||||||
- 0.13.0
|
- 0.13.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
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…
Reference in New Issue
Block a user