From 9ace2d8bbc2d39347fef1c0465dd743a1d6982c7 Mon Sep 17 00:00:00 2001 From: sjc Date: Tue, 6 May 2025 21:27:36 -0400 Subject: [PATCH] Updated Templating --- .gitea/template | 2 ++ Makefile | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitea/template diff --git a/.gitea/template b/.gitea/template new file mode 100644 index 0000000..b053280 --- /dev/null +++ b/.gitea/template @@ -0,0 +1,2 @@ +# Readme +README.md diff --git a/Makefile b/Makefile index 04b69fb..ca4d7ab 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: bin/example test: lint unit-test PLATFORM=local -UTIL_TAG=1.16.5-alpine +UTIL_TAG=1.24.3-alpine export DOCKER_BUILDKIT=1 diff --git a/README.md b/README.md index ad58867..009636b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Continuous Integration](https://sancus.carpanet.net/sjc/docker-go-dev/workflows/Continuous%20Integration/badge.svg) +![Continuous Integration](${REPO_LINK}/workflows/Continuous%20Integration/badge.svg) Example Containerized Go Development Environment ------------------------------------------------