Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaslindstedt committed May 15, 2021
1 parent 520c82d commit f237701
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Image
name: Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Push
name: CD

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Push Tag
name: Push Tags

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: Tests

on:
push:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Docker Backup

[![Docker Build Status](https://img.shields.io/docker/cloud/build/niclaslindstedt/docker-backup.svg)](https://hub.docker.com/r/niclaslindstedt/docker-backup/builds/)
[![Docker Automated build](https://img.shields.io/docker/cloud/automated/niclaslindstedt/docker-backup.svg)](https://hub.docker.com/r/niclaslindstedt/docker-backup/)
[![Docker Pulls](https://img.shields.io/docker/pulls/niclaslindstedt/docker-backup)](https://hub.docker.com/r/niclaslindstedt/docker-backup)
[![Tests](https://github.com/niclaslindstedt/docker-backup/actions/workflows/test.yml/badge.svg)](https://github.com/niclaslindstedt/docker-backup/actions/workflows/test.yml)
[![CD](https://github.com/niclaslindstedt/docker-backup/actions/workflows/cd.yml/badge.svg)](https://github.com/niclaslindstedt/docker-backup/actions/workflows/cd.yml)

Backup your Docker volumes and/or data folders and store them both short-term and long-term. Prune unwanted backups according to precise pruning settings, or when free space gets tight.

Expand Down

0 comments on commit f237701

Please sign in to comment.