File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments