We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ece4fb commit 9eec6edCopy full SHA for 9eec6ed
.github/workflows/docker-build.yml
@@ -58,6 +58,13 @@ jobs:
58
run: |
59
# Use the original working approach from ci/build branch
60
export TARGET_CACHE_ID=${GITHUB_REF#refs/heads/}
61
+
62
+ # Set registry variables for GitHub Container Registry only
63
+ export GCP_DOCKER_ARTIFACT_REPO="" # Not using GCP
64
+ export AWS_ECR_ACCOUNT_NUM="" # Not using AWS
65
+ export TARGET_REGISTRY="ghcr.io"
66
67
+ # GitHub Container Registry configuration
68
export GHCR_ORG="movementlabsxyz"
69
export PROFILE=${{ github.event.inputs.PROFILE || 'release' }}
70
export FEATURES="${{ github.event.inputs.FEATURES }}"
0 commit comments