Created
October 28, 2022 07:56
-
-
Save vranystepan/b944ffc7d1984f634c0c849d5f76dcf8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -exec touch --date=@0 {} + | |
buildah build \ | |
--format=docker \ | |
-f Dockerfile \ | |
-t "${CONTAINER_REPOSITORY}:${CONTAINER_TAG}" \ | |
--cache-to "${CACHE_REPOSITORY}" \ | |
--cache-from "${CACHE_REPOSITORY}" \ | |
--layers \ | |
--jobs 10 \ | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment