Update CI

This commit is contained in:
nicolas.dorier 2022-10-28 00:38:01 +09:00
parent 867f34ac3c
commit b595fe3216
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -53,13 +53,10 @@ jobs:
multiarch:
machine:
enabled: true
image: circleci/classic:201808-01
image: ubuntu-2004:202201-02
steps:
- run:
command: |
# Turn on Experimental features
sudo mkdir $HOME/.docker
sudo sh -c 'echo "{ \"experimental\": \"enabled\" }" >> $HOME/.docker/config.json'
#
sudo docker login --username=$DOCKERHUB_USER --password=$DOCKERHUB_PASS
#