mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-23 11:20:41 +00:00
[wip] prefer docker manifest inspect
to docker inspect
This commit is contained in:
parent
a948225fa7
commit
0229a4e95e
4
.github/workflows/testground.yml
vendored
4
.github/workflows/testground.yml
vendored
@ -1,7 +1,7 @@
|
||||
# Adapted from:
|
||||
# https://github.com/status-im/nim-codex/blob/main/.github/workflows/ci.yml
|
||||
|
||||
# remove me
|
||||
# remove me next
|
||||
|
||||
name: Testground
|
||||
on:
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
run: |
|
||||
cd ../testground
|
||||
echo "::set-output name=hash::$(git rev-parse $(git branch --show-current))"
|
||||
echo "::set-output name=digest::$(docker inspect nimlang/nim:latest | jq '.[0].RepoDigests[0]')"
|
||||
echo "::set-output name=digest::$(docker manifest inspect nimlang/nim:latest | jq '.config.digest')"
|
||||
|
||||
- name: Restore Testground executable from cache
|
||||
id: testground-exe-cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user