diff options
author | 2020-11-17 20:26:09 +0100 | |
---|---|---|
committer | 2020-11-17 20:26:09 +0100 | |
commit | bd53a32a551d031cc3d43021e582670f868f9573 (patch) | |
tree | 5d6793183b6239b4dbe84d3fec4bc264cc8350af | |
parent | Test GHCR caching of layers (diff) |
Revert GHCR cache commit
-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 7bfc398..d4cdca8 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: ghcr.io/python-discord/snekbox-venv:latest + cache-to: type=local,dest=/tmp/.buildx-cache tags: ghcr.io/python-discord/snekbox-venv:latest |