File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# docker-hello-world
22[ ![ Build Status] ( https://github.com/jonashackt/docker-hello-world/workflows/publish/badge.svg )] ( https://github.com/jonashackt/docker-hello-world/actions )
3+ [ ![ renovateenabled] ( https://img.shields.io/badge/renovate-enabled-yellow )] ( https://renovatebot.com )
34
45Example hello world container showing how to use GitHub Container Registry
56
@@ -19,7 +20,7 @@ Well I thought why not crafting a simple and small `hello-world` image and publi
1920__ TLDR;__ Simply run it with:
2021
2122``` shell
22- docker run ghcr.io/jonashackt/hello-world:latest
23+ docker run ghcr.io/jonashackt/hello-world
2324```
2425
2526### A simple Go executable
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [
3+ " config:base"
4+ ],
5+ "automerge" : true ,
6+ "automergeType" : " branch" ,
7+ "major" : {
8+ "automerge" : false
9+ }
10+ }
You can’t perform that action at this time.
0 commit comments