fix: Uppercase not allowed in image name
This commit is contained in:
@@ -15,7 +15,7 @@ on:
|
||||
value: ${{ jobs.build.outputs.images }}
|
||||
|
||||
env:
|
||||
OCI_REPO: git.huizinga.dev/${{ gitea.repository_owner}}/${{gitea.event.repository.name}}
|
||||
OCI_REPO_INITIAL: git.huizinga.dev/${{ gitea.repository_owner}}/${{gitea.event.repository.name}}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -31,6 +31,7 @@ jobs:
|
||||
run: |
|
||||
git fetch --prune --unshallow --tags --force
|
||||
echo "RELEASE_VERSION=$(git describe --always --dirty='--modified')" >> $GITHUB_ENV
|
||||
echo "OCI_REPO=${OCI_REPO_INITIAL,,}" >>${GITHUB_ENV}
|
||||
|
||||
- name: Login to registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user