Skip to content

Commit b0f22a1

Browse files
committed
Fixed Docker tagging
1 parent 0ff8b41 commit b0f22a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROJECT_ROOT_DIR="$SCRIPT_DIR"
77

88
# Default values
99
DOCKER_ORGANIZATIONS="${DOCKER_ORGANIZATIONS:-"docker.io/serversideup ghcr.io/serversideup"}"
10-
DOCKER_REPOSITORY_NAME="${DOCKER_REPOSITORY_NAME:-"ssh"}"
10+
DOCKER_REPOSITORY_NAME="${DOCKER_REPOSITORY_NAME:-"docker-ssh"}"
1111
GITHUB_REF_NAME="${GITHUB_REF_NAME:-""}"
1212
PRINT_TAGS_ONLY=false
1313
RELEASE_TYPE="dev"

0 commit comments

Comments
 (0)