Rename container package to flamingo-tech-test
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Vendored
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user