Skip to content

Commit 9eec6ed

Browse files
committed
another docker.
1 parent 6ece4fb commit 9eec6ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ jobs:
5858
run: |
5959
# Use the original working approach from ci/build branch
6060
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
6168
export GHCR_ORG="movementlabsxyz"
6269
export PROFILE=${{ github.event.inputs.PROFILE || 'release' }}
6370
export FEATURES="${{ github.event.inputs.FEATURES }}"

0 commit comments

Comments
 (0)