ok then lets test after merging

This commit is contained in:
Felix Kunde 2025-12-05 16:40:15 +01:00
parent 6a3e8091bc
commit 88e3051b49
2 changed files with 5 additions and 4 deletions

View File

@ -6,8 +6,9 @@ env:
IMAGE_NAME_UI: ${{ github.repository }}-ui
on:
pull_request:
push:
branches:
- master
tags:
- '*'

View File

@ -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