yet another try

This commit is contained in:
Jonas Forsberg 2023-04-13 17:06:25 +02:00
parent e75ec99fcd
commit 98e5ebf825

View File

@ -16,12 +16,12 @@ require_clean_git:
git diff-index --cached --quiet --ignore-submodules HEAD --
@status=$$(git status --porcelain); \
if test "x$${status}" = x; then \
echo "No files" \
echo "No files"; \
else \
echo "Untracked files" \
exit 1 \
echo "Untracked files" >&2; \
fi
build:
podman build --build-arg VERSION=$(VERSION) --tag ${REPO}/${IMAGENAME}:$(VERSION) .