Browse Source

test

pull/1565/head
Borja García Rodríguez 4 years ago
parent
commit
40d7a162d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/basket-api.yml

+ 1
- 1
.github/workflows/basket-api.yml View File

@ -95,7 +95,7 @@ jobs:
- name: Create multiarch manifest
run: |
mkdir -p ~/.docker
echo $HOME/.docker/config.json > ~/.docker/config.json
sudo echo $HOME/.docker/config.json > ~/.docker/config.json
cat ~/.docker/config.json
sed '$ s/.$//' ~/.docker/config.json
echo ', "experimental": "enabled" }' >> ~/.docker/config.json


Loading…
Cancel
Save