Update deploy.sh

This commit is contained in:
2026-04-10 13:58:34 +02:00
parent fe9adb97fa
commit 2b69a07cf6

View File

@@ -480,6 +480,9 @@ main() {
# Check token
check_github_token
# Authenticate (must happen before build to allow --push)
login_to_registry
# Update version file
update_version_file
@@ -490,9 +493,6 @@ main() {
# Verify images
verify_images
# Authenticate
login_to_registry
# Push images
push_backend
push_frontend