Skip to content

Commit 40a367b

Browse files
committed
sync with template
Signed-off-by: angelnu <[email protected]>
1 parent f0a870e commit 40a367b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
echo ::set-output name=cache_from::"type=registry,ref=${REGISTRY_IMAGE}:buildcache"
5252
echo ::set-output name=cache_to::"type=registry,ref=${REGISTRY_IMAGE}:buildcache,mode=max"
5353
fi
54+
echo ::set-output name=github_server_url::"${GITHUB_SERVER_URL}"
5455
5556
- name: Set up QEMU
5657
uses: docker/setup-qemu-action@v1
@@ -84,7 +85,7 @@ jobs:
8485
push: ${{ steps.prep.outputs.push }}
8586
tags: ${{ steps.prep.outputs.tags }}
8687
build-args: |
87-
IMAGE_SOURCE=$GITHUB_SERVER_URL/${{ github.repository }}
88+
IMAGE_SOURCE=${{ steps.prep.outputs.github_server_url }}/${{ github.repository }}
8889
cache-from: ${{ steps.prep.outputs.cache_from }}
8990
cache-to: ${{ steps.prep.outputs.cache_to }}
9091

0 commit comments

Comments
 (0)