1 Commits

Author SHA1 Message Date
bd723dbd05 Rename container package to flamingo-tech-test
Helm Chart CI & Release / Lint Helm Chart (push) Successful in 9s
Helm Chart CI & Release / Semantic Release (push) Successful in 2m1s
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-19 21:30:33 +00:00
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
CHART_TAG="${{ steps.version.outputs.new_tag }}" CHART_TAG="${{ steps.version.outputs.new_tag }}"
SRC="docker.io/fleetdm/fleet:v${APP_VER}" SRC="docker.io/fleetdm/fleet:v${APP_VER}"
OWNER=$(echo "${{ gitea.repository_owner }}" | tr '[:upper:]' '[:lower:]') OWNER=$(echo "${{ gitea.repository_owner }}" | tr '[:upper:]' '[:lower:]')
DST="git.produktor.io/${OWNER}/fleet" DST="git.produktor.io/${OWNER}/flamingo-tech-test"
crane auth login git.produktor.io -u "${{ gitea.actor }}" -p "${{ secrets.REPO_TOKEN }}" crane auth login git.produktor.io -u "${{ gitea.actor }}" -p "${{ secrets.REPO_TOKEN }}"
crane copy "${SRC}" "${DST}:${APP_VER}" crane copy "${SRC}" "${DST}:${APP_VER}"