mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
fix caching of docker layers
This commit is contained in:
parent
c5c9343b6a
commit
582fc4f3c4
@ -185,7 +185,8 @@ jobs:
|
|||||||
- save_cache:
|
- save_cache:
|
||||||
key: v1-{{ .Branch }}-{{ epoch }}
|
key: v1-{{ .Branch }}-{{ epoch }}
|
||||||
paths:
|
paths:
|
||||||
- /caches/app.tar
|
- /caches/proxy.tar
|
||||||
|
- /caches/server.tar
|
||||||
- deploy:
|
- deploy:
|
||||||
name: Push application Docker image
|
name: Push application Docker image
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user