Add cache
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 9s

This commit is contained in:
Tibo De Peuter 2024-01-21 17:06:06 +01:00
parent 2b0475450c
commit 88a724d269

View file

@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Check out the repo
uses: actions/checkout@v3