From 88e3051b49aeac0c76b2ac35d921194d2560d21c Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 5 Dec 2025 16:40:15 +0100 Subject: [PATCH] ok then lets test after merging --- .github/workflows/publish_ghcr_image.yaml | 3 ++- Makefile | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_ghcr_image.yaml b/.github/workflows/publish_ghcr_image.yaml index 6240a8c82..7bfb17a51 100644 --- a/.github/workflows/publish_ghcr_image.yaml +++ b/.github/workflows/publish_ghcr_image.yaml @@ -6,8 +6,9 @@ env: IMAGE_NAME_UI: ${{ github.repository }}-ui on: - pull_request: push: + branches: + - master tags: - '*' diff --git a/Makefile b/Makefile index 3e2b90154..4f0e207d7 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,9 @@ ifeq ($(FRESH),1) DEBUG_FRESH=$(shell date +"%H-%M-%S") endif -#ifdef CDP_PULL_REQUEST_NUMBER -# CDP_TAG := -${CDP_BUILD_VERSION} -#endif +ifdef CDP_PULL_REQUEST_NUMBER + CDP_TAG := -${CDP_BUILD_VERSION} +endif ifndef GOPATH GOPATH := $(HOME)/go