Add cache
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 9s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 9s
This commit is contained in:
parent
2b0475450c
commit
88a724d269
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue