test
This commit is contained in:
parent
288760c43d
commit
9c149681bc
5
.github/workflows/basket-api.yml
vendored
5
.github/workflows/basket-api.yml
vendored
@ -94,7 +94,10 @@ jobs:
|
||||
|
||||
- name: Create multiarch manifest
|
||||
run: |
|
||||
echo '{"experimental": true}' | sudo tee -a /etc/docker/daemon.json
|
||||
echo $'{\n "experimental": true\n}' | sudo tee /etc/docker/daemon.json
|
||||
mkdir -p ~/.docker
|
||||
echo $'{\n "experimental": "enabled"\n}' | sudo tee ~/.docker/config.json
|
||||
sudo service docker restart
|
||||
docker --config ~/.docker manifest create ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }} ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-${{ env.BRANCH }}
|
||||
docker --config ~/.docker manifest create ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:latest ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:linux-latest
|
||||
docker --config ~/.docker manifest push ${{ env.REGISTRY_ENDPOINT }}/${{ env.IMAGE }}:${{ env.BRANCH }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user