From cfd5f5c43d1ba893ed21cd2d02232efb8cd52026 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Tue, 9 Feb 2021 01:07:48 +0100
Subject: [PATCH] Adapt naming convention

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 632dc4a..c194950 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 IMAGE := k8r.eu/justjanne/$(shell basename $(shell git remote get-url origin) .git)
 SDK_VERSION := 30-30.0.3
-TAGS := $(SDK_VERSION)
+TAGS := $(shell git describe --always --tags HEAD)
 
 .PHONY: build
 build:
-- 
GitLab