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:
|
||||
- checkout
|
||||
- run:
|
||||
command:
|
||||
docker build -t adferrand/backuppc .
|
||||
command: |
|
||||
docker pull adferrand/backuppc || true
|
||||
docker build -t --cache-from adferrand/backuppc adferrand/backuppc .
|
||||
- run:
|
||||
command: |
|
||||
mkdir -p workspace
|
||||
|
Loading…
Reference in New Issue
Block a user