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 42f3aad commit 60dc9faCopy full SHA for 60dc9fa
.github/workflows/docker-build.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "vendor=${{ github.repository_owner }}" >> $GITHUB_ENV
44
echo "url=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY,,}/blob/master/README.md" >> $GITHUB_ENV
45
echo "VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
46
- echo "platform=${{matrix.architecture//-/\/}}" >> $GITHUB_ENV
+ echo "platform=$(echo $ARCHITECTURE | sed 's/-/\//g')" >> $GITHUB_ENV
47
echo "cache=${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-cache-${{ matrix.architecture }}${{ github.event.inputs.tag }}" >> $GITHUB_ENV
48
echo "tag=${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}-${{ matrix.architecture }}${{ github.event.inputs.tag }}" >> $GITHUB_ENV
49
echo "release=${{ github.event.release.target_commitish }}" >> $GITHUB_ENV
0 commit comments