mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 21:36:56 -04:00
Fix typo server.yml (#1360)
Remove `ghcr.io` from the server's docker image name, as the registry is already being appended by `buidah`
This commit is contained in:
committed by
GitHub
parent
789878bb3c
commit
394d90af68
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
IMAGE_TAG=$(git rev-parse --short "$GITHUB_SHA")
|
||||
fi
|
||||
GITHUB_REPOSITORY_LOWER=$(echo $GITHUB_REPOSITORY | awk '{print tolower($0)}')
|
||||
IMAGE_NAME="ghcr.io/$GITHUB_REPOSITORY_LOWER/server"
|
||||
IMAGE_NAME="$GITHUB_REPOSITORY_LOWER/server"
|
||||
|
||||
echo "Building $IMAGE_NAME:$IMAGE_TAG"
|
||||
echo "tag=${IMAGE_TAG}" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user