cache
Some checks failed
/ Test (push) Successful in 44s
/ Checkout (push) Successful in 12s
/ Build (push) Failing after 6s
ci / docker (push) Failing after 6m3s

This commit is contained in:
david 2024-07-22 04:01:24 +02:00
parent b8ac22679d
commit f37ca70694

View file

@ -23,4 +23,6 @@ jobs:
with: with:
push: true push: true
tags: code.hohl.cloud/jwa11y/a11yist:latest tags: code.hohl.cloud/jwa11y/a11yist:latest
cache-from: type=registry,ref=code.hohl.cloud/jwa11y/a11yist:latest
cache-to: type=inline
- run: docker compose up -f /services/a11yist/docker-compose.yml -d - run: docker compose up -f /services/a11yist/docker-compose.yml -d