Testing actions #1

Merged
vlad merged 2 commits from actions into main 2026-05-16 20:17:34 +00:00
Showing only changes of commit 0fdb480394 - Show all commits

View File

@ -41,7 +41,7 @@ jobs:
exit 1 exit 1
fi fi
echo "VERSION=$version" >> "$GITHUB_ENV" echo "VERSION=$version" >> "$GITHUB_ENV"
echo "IMAGE=k3crpi.jumpingcrab.com/sabisan:$version" >> "$GITHUB_ENV" echo "IMAGE=k3crpi.jumpingcrab.com:5000/sabisan:$version" >> "$GITHUB_ENV"
- name: Log in to registry - name: Log in to registry
run: | run: |