fix: tag version and readme
This commit is contained in:
parent
ea024b830b
commit
15a90b1324
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# VERSION
|
# VERSION
|
||||||
# If no version is specified as a parameter of make, the last git hash
|
# If no version is specified as a parameter of make, the last git hash
|
||||||
# value is taken.
|
# value is taken.
|
||||||
VERSION?=latest
|
VERSION:=$(or ${TRAVIS_TAG}, latest)
|
||||||
|
|
||||||
# DOCKER_USER
|
# DOCKER_USER
|
||||||
DOCKER_USER?=volkerraschek
|
DOCKER_USER?=volkerraschek
|
||||||
|
@ -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
|
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,
|
systems. CUPS allows you to use, manage and share many printers on the network,
|
||||||
as it is designed as a client/server system.
|
as it is designed as a client/server system.
|
||||||
|
Loading…
Reference in New Issue
Block a user