diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e633e4e..139aee7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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}"