missed dollar

This commit is contained in:
chaosinthecrd 2023-04-26 17:50:04 +01:00
parent e97ea1677f
commit c1f0b2fa3c
No known key found for this signature in database
GPG Key ID: 87942E75F71EF65D

View File

@ -51,7 +51,7 @@ runs:
# Set KO_DOCKER_REPO for future steps. # Set KO_DOCKER_REPO for future steps.
# We need to get the repository name in lowercase, otherwise it could fail # We need to get the repository name in lowercase, otherwise it could fail
repo=$(echo "{{ github.repository }}" | tr '[:upper:]' '[:lower:]') repo=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
echo "KO_DOCKER_REPO=ghcr.io/${repo}" echo "KO_DOCKER_REPO=ghcr.io/${repo}"
echo "KO_DOCKER_REPO=ghcr.io/${repo}" >> $GITHUB_ENV echo "KO_DOCKER_REPO=ghcr.io/${repo}" >> $GITHUB_ENV
fi fi