mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
ci: fix annoying docker warning
Docker currently warns that we are missing a default value. Set this to scratch which will error if an appropriate image tag is not passed in to silence the warning.
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
# See ci/README.md for usage.
|
# See ci/README.md for usage.
|
||||||
|
|
||||||
ARG CI_IMAGE_NAME_TAG
|
# We never want scratch, but default arg silences a Warning
|
||||||
|
ARG CI_IMAGE_NAME_TAG=scratch
|
||||||
FROM ${CI_IMAGE_NAME_TAG}
|
FROM ${CI_IMAGE_NAME_TAG}
|
||||||
|
|
||||||
ARG FILE_ENV
|
ARG FILE_ENV
|
||||||
|
|||||||
Reference in New Issue
Block a user