Docker: tagged minimal variant as latest.
This commit is contained in:
@@ -106,7 +106,11 @@ library:
|
|||||||
if [ "$$previous" == "$$modname" ]; then \
|
if [ "$$previous" == "$$modname" ]; then \
|
||||||
echo "Tags: $(VERSION)-$$mod, $$mod"; \
|
echo "Tags: $(VERSION)-$$mod, $$mod"; \
|
||||||
else \
|
else \
|
||||||
echo "Tags: $(VERSION)-$$mod, $${TAGS%, }"; \
|
if [ "$$mod" == "minimal" ]; then \
|
||||||
|
echo "Tags: $(VERSION)-$$mod, $${TAGS%, }, latest"; \
|
||||||
|
else \
|
||||||
|
echo "Tags: $(VERSION)-$$mod, $${TAGS%, }"; \
|
||||||
|
fi; \
|
||||||
fi; \
|
fi; \
|
||||||
echo "Architectures: amd64, arm64v8"; \
|
echo "Architectures: amd64, arm64v8"; \
|
||||||
echo "GitFetch: refs/heads/branches/packaging"; \
|
echo "GitFetch: refs/heads/branches/packaging"; \
|
||||||
|
|||||||
Reference in New Issue
Block a user