dev #9

Merged
avm merged 100 commits from dev into main 2026-03-17 16:06:44 +03:00
Showing only changes of commit 97111afbd1 - Show all commits

View File

@@ -137,7 +137,7 @@ jobs:
docker save mostovik-web:local -o /tmp/web.tar docker save mostovik-web:local -o /tmp/web.tar
# Push with crane (supports insecure HTTP) # Push with crane (supports insecure HTTP)
./crane auth login 10.10.0.10:3000 -u ${{ gitea.actor }} -p ${{ gitea.token }} ./crane auth login --insecure 10.10.0.10:3000 -u ${{ gitea.actor }} -p ${{ gitea.token }}
./crane push --insecure /tmp/web.tar ${REGISTRY}/mostovik-web:${BRANCH_TAG} ./crane push --insecure /tmp/web.tar ${REGISTRY}/mostovik-web:${BRANCH_TAG}
./crane push --insecure /tmp/web.tar ${REGISTRY}/mostovik-web:${BRANCH_TAG}-${SHA_SHORT} ./crane push --insecure /tmp/web.tar ${REGISTRY}/mostovik-web:${BRANCH_TAG}-${SHA_SHORT}