Merge pull request #549 from Candinya/fix/docker-publish-ci-fail

fix(ci): workflow fail caused by uppercase of image name
This commit is contained in:
Dionisio Pozo
2026-07-06 18:12:04 +02:00
committed by GitHub
+4 -3
View File
@@ -1,4 +1,4 @@
name: Docker Hub Release
name: "Docker Hub & GHCR Release"
on:
push:
@@ -15,6 +15,7 @@ on:
env:
REGISTRY_IMAGE: diocrafts/oxicloud
GHCR_REGISTRY_IMAGE: ghcr.io/atalayalabs/oxicloud
jobs:
# Run tests before publishing
@@ -112,8 +113,8 @@ jobs:
tags: |
${{ env.REGISTRY_IMAGE }}:${{ env.VERSION }}
${{ env.REGISTRY_IMAGE }}:latest
ghcr.io/${{ github.repository }}:${{ env.VERSION }}
ghcr.io/${{ github.repository }}:latest
${{ env.GHCR_REGISTRY_IMAGE }}:${{ env.VERSION }}
${{ env.GHCR_REGISTRY_IMAGE }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max
# GitHub Actions env piped through so build.rs stamps