mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 10:16:42 +00:00
Fix bug in bash syntax
This commit is contained in:
parent
69bcc53393
commit
cb694375bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue