yet another try
This commit is contained in:
parent
e75ec99fcd
commit
98e5ebf825
6
Makefile
6
Makefile
@ -16,12 +16,12 @@ require_clean_git:
|
|||||||
git diff-index --cached --quiet --ignore-submodules HEAD --
|
git diff-index --cached --quiet --ignore-submodules HEAD --
|
||||||
@status=$$(git status --porcelain); \
|
@status=$$(git status --porcelain); \
|
||||||
if test "x$${status}" = x; then \
|
if test "x$${status}" = x; then \
|
||||||
echo "No files" \
|
echo "No files"; \
|
||||||
else \
|
else \
|
||||||
echo "Untracked files" \
|
echo "Untracked files" >&2; \
|
||||||
exit 1 \
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
podman build --build-arg VERSION=$(VERSION) --tag ${REPO}/${IMAGENAME}:$(VERSION) .
|
podman build --build-arg VERSION=$(VERSION) --tag ${REPO}/${IMAGENAME}:$(VERSION) .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user