ci(release): publish to DockerHub or GHCR based on current repository (#5607)

This commit is contained in:
Iain Sproat
2025-10-03 14:39:20 +01:00
committed by GitHub
parent 56c6985a60
commit 3f861bdaaf
4 changed files with 80 additions and 30 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
IMAGE_VERSION_TAG: ${{ needs.get-version.outputs.IMAGE_VERSION_TAG }}
REGISTRY_DOMAIN: 'ghcr.io'
REGISTRY_USERNAME: ${{ github.actor }}
# REGISTRY_DOMAIN, REGISTRY_USERNAME, REGISTRY_TOKEN must allow pushing to the below IMAGE_PREFIX
# REGISTRY_DOMAIN, REGISTRY_USERNAME, REGISTRY_TOKEN must be configured to match the below IMAGE_PREFIX
IMAGE_PREFIX: 'ghcr.io/specklesystems'
PUBLISH: false # do not publish the sourcemaps or include the version in frontend-2 builds for pull requests
secrets: