Rename container package to flamingo-tech-test

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-19 21:30:33 +00:00
parent 55d7345854
commit ee596ead5e
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
CHART_TAG="${{ steps.version.outputs.new_tag }}"
SRC="docker.io/fleetdm/fleet:v${APP_VER}"
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 copy "${SRC}" "${DST}:${APP_VER}"