Skip to content

Commit

Permalink
fix: the image tag for the kubeaid-ci container image
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Oct 30, 2024
1 parent 146230a commit 32ef499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 32ef499

Please sign in to comment.