remove sed
Some checks failed
docker / build (push) Failing after 2m8s

This commit is contained in:
Elijah McMorris 2025-08-21 13:35:23 -07:00
parent 9310816732
commit 76887c3ab5
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8

View file

@ -79,7 +79,7 @@ jobs:
- name: Strip REPO Username
run: |
STRIP_REPO_USERNAME=$(echo "${{ env.REPO }}" | sed 's/nexveridian\///')
STRIP_REPO_USERNAME=${REPO#nexveridian/}
echo "STRIP_REPO_USERNAME=${STRIP_REPO_USERNAME}" >> ${GITHUB_ENV}
# https://github.com/docker/build-push-action/issues/538