We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff4609 commit a519d44Copy full SHA for a519d44
1 file changed
deploy.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-IMAGE="ghcr.io/${GITHUB_ORG:-syneca}/github-smart:latest"
+IMAGE="ghcr.io/evolvus/github-smart:latest"
5
APP_NAME="github-smart-app"
6
MYSQL_NAME="github-smart-mysql"
7
0 commit comments