File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ jobs:
156
156
DOCKER_MIRROR_REGISTRY : ${{ vars.DOCKER_MIRROR_REGISTRY }}
157
157
run : |
158
158
source ./tool.sh
159
- printenv | sort > /tmp/docker.env
160
- docker run --rm --env-file /tmp/docker.env -v $(pwd):/tmp -w /tmp ${IMG_NAMESPACE:-qpod}/docker-kit \
161
- bash -c 'printenv | sort && python /opt/utils/image-syncer/run_jobs.py'
159
+ printf '%s' "$AUTH_FILE_CONTENT" > .github/workflows/auth.json && ls -alh ./.github/workflows
160
+ printenv | grep -v 'PATH' > /tmp/docker.env && echo "REGISTRY_URL=${REGISTRY_DST}" >> /tmp/docker.env
161
+ docker run --rm --env-file /tmp/docker.env -v $(pwd):/tmp -w /tmp ${IMG_PREFIX_DST:-qpod}/docker-kit \
162
+ python /opt/utils/image-syncer/run_jobs.py --auth-file=/tmp/.github/workflows/auth.json
You can’t perform that action at this time.
0 commit comments