From 501b525d337ac2352fb23626ad270abca3c1de82 Mon Sep 17 00:00:00 2001 From: Tadas Date: Thu, 21 Dec 2023 17:25:15 +0200 Subject: [PATCH] fix: promote tag source tag --- .github/workflows/promote-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/promote-tag.yml b/.github/workflows/promote-tag.yml index 35671f5..e53d970 100644 --- a/.github/workflows/promote-tag.yml +++ b/.github/workflows/promote-tag.yml @@ -80,4 +80,4 @@ jobs: - name: Promote new tag run: | kolla-build --version - PROFILE=${{ github.event.inputs.profile }} bash promote-tag.sh -c releases/${{ github.event.inputs.os }}/kolla-build.conf -r ${{ env[github.event.inputs.os] }} -ti ${{ github.event.inputs.os }}-dev -to ${{ github.event.inputs.os }}-$(date -u +"%Y.%m%d.%H%M%S") + PROFILE=${{ github.event.inputs.profile }} bash promote-tag.sh -c releases/${{ github.event.inputs.os }}/kolla-build.conf -r ${{ env[github.event.inputs.os] }} -ti ${{ github.event.inputs.os }} -to ${{ github.event.inputs.os }}-$(date -u +"%Y.%m%d.%H%M%S")