Setup push build step to grab all built images

This commit is contained in:
Luke Childs 2019-12-12 13:42:30 +07:00
parent d82a6636da
commit 567f379bbb

View File

@ -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/*