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
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
LATEST_TAG: 0.19.0.1
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -49,7 +50,8 @@ jobs:
|
||||
with:
|
||||
name: images
|
||||
path: images/
|
||||
push:
|
||||
publish:
|
||||
name: Publish
|
||||
runs-on: ubuntu-18.04
|
||||
needs: build
|
||||
steps:
|
Loading…
Reference in New Issue
Block a user