fix(ci): lowercase IMAGE_NAME in workflows; fix Renovate packageRule (remove matchUpdateTypes from allowedVersions rule)

This commit is contained in:
Wikid82
2025-11-18 22:24:53 -05:00
parent 65740e941b
commit eec702a335
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository_owner }}/${{ github.event.repository.name }}
jobs:
build-and-push: