[wip] check the cache

more Docker images could/can be cached but this is a basic test
This commit is contained in:
Michael Bradley, Jr 2022-09-26 00:32:42 -05:00
parent e563628aa1
commit 223b174c5b
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58

View File

@ -1,8 +1,6 @@
# Adapted from: # Adapted from:
# https://github.com/status-im/nim-codex/blob/main/.github/workflows/ci.yml # https://github.com/status-im/nim-codex/blob/main/.github/workflows/ci.yml
# remove me next 2 (stripped double-quotes from string returned by `docker manifest inspect ...`
name: Testground name: Testground
on: on:
push: push:
@ -20,7 +18,7 @@ jobs:
target: target:
- os: linux - os: linux
cpu: amd64 cpu: amd64
nim_branch: [version-1-2] nim_branch: [version-1-6]
include: include:
- target: - target:
os: linux os: linux