1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Make sure all docker layers are getting cached.

This commit is contained in:
Brenden Matthews 2021-03-02 08:05:24 -06:00
parent 9b1b3ea2b1
commit 4b88e34b6c
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -48,6 +48,6 @@ jobs:
--push \
--platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
--cache-from=type=registry,ref=$DOCKERHUB_ACCOUNT/$IMAGE_NAME:buildcache \
--cache-to=type=registry,ref=$DOCKERHUB_ACCOUNT/$IMAGE_NAME:buildcache \
--cache-to=type=registry,ref=$DOCKERHUB_ACCOUNT/$IMAGE_NAME:buildcache,mode=max \
--tag $DOCKERHUB_IMAGE_ID:$VERSION \
.