aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-test.yaml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index d551790..8056c7d 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -129,9 +129,7 @@ jobs:
cache-from: |
type=local,src=/tmp/.buildx-cache
ghcr.io/python-discord/snekbox-base:latest
- cache-to: |
- type=local,dest=/tmp/.buildx-cache
- ghcr.io/python-discord/snekbox-base:latest
+ cache-to: type=local,dest=/tmp/.buildx-cache
tags: ghcr.io/python-discord/snekbox-base:latest
- name: Push venv image
@@ -139,13 +137,11 @@ jobs:
with:
context: .
file: ./docker/base.Dockerfile
- target: base
+ target: venv
push: true
cache-from: |
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
- ghcr.io/python-discord/snekbox-venv:latest
+ cache-to: ghcr.io/python-discord/snekbox-venv:latest
tags: ghcr.io/python-discord/snekbox-venv:latest