Skip to content

Commit 28eff83

Browse files
New release!
1 parent f1d8f53 commit 28eff83

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ build:
33
@chmod +x crontab-entrypoint.sh
44
@docker-compose build crontab
55

6-
release:
6+
push:
77
@git add .
88
@git commit -am "New release!" || true
99
@git push
10+
11+
release: push
1012
@docker login -u yafb
1113
@docker build -t "javanile/crontab:latest" .
1214
@docker push "javanile/crontab:latest"

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
# 🕓 crontab
1414

15+
[![Docker Version](https://img.shields.io/badge/docker-29.0.0-2496ED?logo=docker&logoColor=white)](https://github.com/javanile/crontab)
16+
[![Base OS](https://img.shields.io/badge/base%20os-alpine-0D597F?logo=alpinelinux&logoColor=white)](https://github.com/javanile/crontab)
17+
[![License](https://img.shields.io/github/license/javanile/crontab)](https://github.com/javanile/crontab/blob/main/LICENSE)
18+
[![Last Updated](https://img.shields.io/github/last-commit/javanile/crontab)](https://github.com/javanile/crontab/commits/main)
19+
[![Docker Pulls](https://img.shields.io/docker/pulls/javanile/crontab)](https://hub.docker.com/r/javanile/crontab)
20+
[![Docker Image Size](https://img.shields.io/docker/image-size/javanile/crontab/latest)](https://hub.docker.com/r/javanile/crontab)
21+
[![Docker Hub](https://img.shields.io/badge/dockerhub-javanile%2Fcrontab-2496ED?logo=docker&logoColor=white)](https://hub.docker.com/r/javanile/crontab)
22+
1523
> The best **crontab** container for your docker compose file.
1624
1725
## Introduction and benefits

0 commit comments

Comments
 (0)