Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd723dbd05 |
Vendored
+1
-1
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user