fix: cache remove docker://
This commit is contained in:
parent
65b144b694
commit
8cf54184fe
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ steps:
|
||||||
- echo "$PACKAGE_TOKEN" | buildah login forge.babariviere.com --username babariviere --password-stdin
|
- echo "$PACKAGE_TOKEN" | buildah login forge.babariviere.com --username babariviere --password-stdin
|
||||||
- buildah build
|
- buildah build
|
||||||
--layers
|
--layers
|
||||||
--cache-from docker://$IMAGE_NAME:cache
|
--cache-from $IMAGE_NAME/cache
|
||||||
--cache-to docker://$IMAGE_NAME:cache
|
--cache-to $IMAGE_NAME/cache
|
||||||
--label org.opencontainers.image.source=https://$IMAGE_NAME
|
--label org.opencontainers.image.source=https://$IMAGE_NAME
|
||||||
-t $IMAGE_NAME:latest -t $IMAGE_NAME:$(date -u +%Y%m%d) .
|
-t $IMAGE_NAME:latest -t $IMAGE_NAME:$(date -u +%Y%m%d) .
|
||||||
- buildah push --all $IMAGE_NAME docker://$IMAGE_NAME
|
- buildah push --all $IMAGE_NAME docker://$IMAGE_NAME
|
||||||
|
|
Loading…
Reference in a new issue