Skip to content

Commit

Permalink
chore: remove layers from buildah
Browse files Browse the repository at this point in the history
  • Loading branch information
babariviere committed Dec 11, 2024
1 parent f6fa6f3 commit 9ac4ff5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .woodpecker/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ steps:
- echo "$PACKAGE_TOKEN" | buildah login forge.babariviere.com --username babariviere --password-stdin
- >-
buildah build
--layers
--cache-from docker://$IMAGE_NAME/cache
--cache-to docker://$IMAGE_NAME/cache
--cache-from docker://$IMAGE_NAME:cache
--cache-to docker://$IMAGE_NAME:cache
--label org.opencontainers.image.source=https://$IMAGE_NAME
-t $IMAGE_NAME:latest -t $IMAGE_NAME:$(date -u +%Y%m%d) .
- buildah push --all $IMAGE_NAME docker://$IMAGE_NAME

0 comments on commit 9ac4ff5

Please sign in to comment.