diff options
author | 2020-11-17 20:23:31 +0100 | |
---|---|---|
committer | 2020-11-17 20:23:31 +0100 | |
commit | c5d8890505c394a7f4e3cef4cdc5d03858986f37 (patch) | |
tree | 7dea86ac1503c34f479a0dc2fe4d8290ecaf1df6 | |
parent | Remove show images step from workflow (diff) |
Test GHCR caching of layers
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index d4cdca8..7bfc398 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -140,5 +140,5 @@ jobs: type=local,src=/tmp/.buildx-cache ghcr.io/python-discord/snekbox-base:latest ghcr.io/python-discord/snekbox-venv:latest - cache-to: type=local,dest=/tmp/.buildx-cache + cache-to: ghcr.io/python-discord/snekbox-venv:latest tags: ghcr.io/python-discord/snekbox-venv:latest |