Skip to content

Commit 86731ea

Browse files
authored
Merge pull request #3 from cytopia/release-0.2
Release 0.2
2 parents ac77aca + 2721b59 commit 86731ea

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ install:
4242
### Check generation changes, build and test
4343
###
4444
before_script:
45+
- make lint
4546
- while ! make build TAG=${VERSION}; do sleep 1; done
4647
- while ! make test TAG=${VERSION}; do sleep 1; done
4748
- git diff --quiet || { echo "Build Changes"; git diff; git status; false; }

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Build Status](https://travis-ci.com/cytopia/docker-checkmake.svg?branch=master)](https://travis-ci.com/cytopia/docker-checkmake)
44
[![Tag](https://img.shields.io/github/tag/cytopia/docker-checkmake.svg)](https://github.com/cytopia/docker-checkmake/releases)
5-
[![](https://images.microbadger.com/badges/version/cytopia/checkmake:latest.svg)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake")
6-
[![](https://images.microbadger.com/badges/image/cytopia/checkmake:latest.svg)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake")
5+
[![](https://images.microbadger.com/badges/version/cytopia/checkmake:latest.svg?&kill_cache=1)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake")
6+
[![](https://images.microbadger.com/badges/image/cytopia/checkmake:latest.svg?&kill_cache=1)](https://microbadger.com/images/cytopia/checkmake:latest "checkmake")
77
[![](https://img.shields.io/badge/github-cytopia%2Fdocker--checkmake-red.svg)](https://github.com/cytopia/docker-checkmake "github.com/cytopia/docker-checkmake")
88
[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
99

@@ -33,7 +33,7 @@
3333
3434
View **[Dockerfile](https://github.com/cytopia/docker-checkmake/blob/master/Dockerfile)** on GitHub.
3535

36-
[![Docker hub](http://dockeri.co/image/cytopia/checkmake)](https://hub.docker.com/r/cytopia/checkmake)
36+
[![Docker hub](http://dockeri.co/image/cytopia/checkmake?&kill_cache=1)](https://hub.docker.com/r/cytopia/checkmake)
3737

3838
Tiny Alpine-based multistage-build dockerized version of [checkmake](https://github.com/mrtazz/checkmake)<sup>[1]</sup>,
3939
The image is built nightly against multiple stable versions and pushed to Dockerhub.

0 commit comments

Comments
 (0)