mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Setup push build step to grab all built images
This commit is contained in:
parent
d82a6636da
commit
567f379bbb
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -47,3 +47,13 @@ jobs:
|
||||
with:
|
||||
name: images
|
||||
path: images/
|
||||
push:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: build
|
||||
steps:
|
||||
- name: Download all images
|
||||
uses: actions/download-artifact@v1.0.0
|
||||
with:
|
||||
name: images
|
||||
- name: Print sha256sum of all images
|
||||
run: sha256sum images/*
|
||||
|
Loading…
Reference in New Issue
Block a user