File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 - name : Create multiarch manifest
9696 run : |
9797 mkdir -p ~/.docker
98- echo "PRINT 1"
99- cat $HOME/.docker/config.json
100- echo "STEP 2"
101- sed '$ s/.$//' $HOME/.docker/config.json > ~/.docker/config.json
102- echo "STEP 2.5"
103- cat ~/.docker/config.json
104- echo "STEP 3"
98+ echo $HOME/.docker/config.json > ~/.docker/config.json
99+ sed '$ s/.$//' ~/.docker/config.json
105100 echo ', "experimental": "enabled" }' >> ~/.docker/config.json
106- echo "STEP 4"
107101 cat ~/.docker/config.json
108102 docker --config ~/.docker manifest create ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
109103 docker --config ~/.docker manifest create ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:latest ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-latest
You can’t perform that action at this time.
0 commit comments