mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-17 08:47:47 +00:00
fix(ci): lowercase GHCR image tag and simplify image name
GHCR requires lowercase repository names. Use repository_owner with bash lowercase expansion for the container build, and hardcode the lowercase image name in the integration workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
||||
runs-on: [self-hosted, proxmox, integration]
|
||||
timeout-minutes: 45
|
||||
container:
|
||||
image: ghcr.io/${{ github.repository }}/integration-test:latest
|
||||
image: ghcr.io/goodolclint/psproxmoxve-integration:latest
|
||||
volumes:
|
||||
- /opt/pve-isos:/opt/pve-isos
|
||||
- /opt/pve-images:/opt/pve-images
|
||||
|
||||
Reference in New Issue
Block a user