mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Use docker build cache
This commit is contained in:
parent
aa5d2faaeb
commit
a4758b6417
@ -5,8 +5,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
command:
|
command: |
|
||||||
docker build -t adferrand/backuppc .
|
docker pull adferrand/backuppc || true
|
||||||
|
docker build -t --cache-from adferrand/backuppc adferrand/backuppc .
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
mkdir -p workspace
|
mkdir -p workspace
|
||||||
|
Loading…
Reference in New Issue
Block a user