We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a870e commit 40a367bCopy full SHA for 40a367b
.github/workflows/ci.yaml
@@ -51,6 +51,7 @@ jobs:
51
echo ::set-output name=cache_from::"type=registry,ref=${REGISTRY_IMAGE}:buildcache"
52
echo ::set-output name=cache_to::"type=registry,ref=${REGISTRY_IMAGE}:buildcache,mode=max"
53
fi
54
+ echo ::set-output name=github_server_url::"${GITHUB_SERVER_URL}"
55
56
- name: Set up QEMU
57
uses: docker/setup-qemu-action@v1
@@ -84,7 +85,7 @@ jobs:
84
85
push: ${{ steps.prep.outputs.push }}
86
tags: ${{ steps.prep.outputs.tags }}
87
build-args: |
- IMAGE_SOURCE=$GITHUB_SERVER_URL/${{ github.repository }}
88
+ IMAGE_SOURCE=${{ steps.prep.outputs.github_server_url }}/${{ github.repository }}
89
cache-from: ${{ steps.prep.outputs.cache_from }}
90
cache-to: ${{ steps.prep.outputs.cache_to }}
91
0 commit comments