Skip to content

Commit f7f0ee9

Browse files
committed
Add fork badge
1 parent 1c2e0b8 commit f7f0ee9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Project Template: Create a Docker image for a Go application
2+
3+
[![GitHub forks](https://img.shields.io/github/forks/miguno/golang-docker-build-tutorial)](https://github.com/miguno/golang-docker-build-tutorial/fork)
24
[![Docker workflow status](https://github.com/miguno/golang-docker-build-tutorial/actions/workflows/docker-image.yml/badge.svg)](https://github.com/miguno/golang-docker-build-tutorial/actions/workflows/docker-image.yml)
35
[![Go workflow status](https://github.com/miguno/golang-docker-build-tutorial/actions/workflows/go.yml/badge.svg)](https://github.com/miguno/golang-docker-build-tutorial/actions/workflows/go.yml)
46
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
@@ -10,20 +12,20 @@ The example application exposes an HTTP endpoint.
1012
1113
Features:
1214

13-
* The Docker build uses a
15+
- The Docker build uses a
1416
[multi-stage build setup](https://docs.docker.com/build/building/multi-stage/)
1517
to minimize the size of the generated Docker image, which is 5MB
16-
* Supports [Docker BuildKit](https://docs.docker.com/build/)
17-
* Golang 1.19
18-
* [GitHub Actions workflows](https://github.com/miguno/golang-docker-build-tutorial/actions) for
18+
- Supports [Docker BuildKit](https://docs.docker.com/build/)
19+
- Golang 1.19
20+
- [GitHub Actions workflows](https://github.com/miguno/golang-docker-build-tutorial/actions) for
1921
[Golang](https://github.com/miguno/golang-docker-build-tutorial/actions/workflows/go.yml)
2022
and
2123
[Docker](https://github.com/miguno/golang-docker-build-tutorial/actions/workflows/docker-image.yml)
22-
* Optionally, uses
24+
- Optionally, uses
2325
[just](https://github.com/casey/just)
2426
![](https://img.shields.io/github/stars/casey/just)
2527
for running common commands conveniently, see [justfile](justfile).
26-
* Uses [.env](.env) as central configuration to set variables used by
28+
- Uses [.env](.env) as central configuration to set variables used by
2729
[justfile](justfile) and other helper scripts in this project.
2830

2931
# Requirements

0 commit comments

Comments
 (0)