From 32ef499cde62b56000398c76702bd131f7fd38df Mon Sep 17 00:00:00 2001 From: Ashish Jaiswal Date: Thu, 31 Oct 2024 02:52:23 +0530 Subject: [PATCH] fix: the image tag for the kubeaid-ci container image --- .gitea/workflows/container-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/container-image.yaml b/.gitea/workflows/container-image.yaml index b28ec458d..22b997e39 100644 --- a/.gitea/workflows/container-image.yaml +++ b/.gitea/workflows/container-image.yaml @@ -22,7 +22,7 @@ jobs: push: true context: .gitea image_name: ${{ env.KUBEAID_CI_IMAGE }} - tags: ${{ env.KUBEAID_CI_TAG }} + tags: ${{ secrets.HARBOR_REGISTRY }}/${{ vars.KUBEAID_CI_IMAGE }}:${{ vars.KUBEAID_CI_TAG }} registry: ${{ secrets.HARBOR_REGISTRY }} should-run: true secrets: