Browse Source

Fix bug in bash syntax

pull/1/head
Luke Childs 5 years ago
parent
commit
cb694375bb
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -16,7 +16,7 @@ jobs:
run: docker images lukechilds/dockerpi
- name: Save image tarballs
run: |
mkdir -p images &&
mkdir -p images
images=$(docker images lukechilds/dockerpi --format "{{.Repository}}:{{.Tag}}")
for image in $images; do docker save $image | gzip > "images/$(echo $image | tr '/' '-').tgz"
- name: Print sha256sum of built image

Loading…
Cancel
Save