mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Improve naming
This commit is contained in:
parent
2761544231
commit
72444f39d2
@ -1,10 +1,11 @@
|
|||||||
name: Build Docker Image
|
name: Docker CI
|
||||||
on: push
|
on: push
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
LATEST_TAG: 0.19.0.1
|
LATEST_TAG: 0.19.0.1
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: Build
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -49,7 +50,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: images
|
name: images
|
||||||
path: images/
|
path: images/
|
||||||
push:
|
publish:
|
||||||
|
name: Publish
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
Loading…
Reference in New Issue
Block a user