From 15a90b13244cde073b0522d9bfe378d07c5b6c2a Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 26 May 2019 21:23:36 +0200 Subject: [PATCH] fix: tag version and readme --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 209e997..fe6c65d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # VERSION # If no version is specified as a parameter of make, the last git hash # value is taken. -VERSION?=latest +VERSION:=$(or ${TRAVIS_TAG}, latest) # DOCKER_USER DOCKER_USER?=volkerraschek diff --git a/README.md b/README.md index 261d90b..e3d4d23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cups +# cups [![Build Status](https://travis-ci.com/volker-raschek/cupsd.svg?branch=master)](https://travis-ci.com/volker-raschek/cupsd) Common Unix Printing System (CUPS), is the most widely used printing system on Linux systems. CUPS allows you to use, manage and share many printers on the network, as it is designed as a client/server system.