ci: Update build.yml

This commit is contained in:
Nicolas Giard 2024-10-18 01:07:21 -04:00 committed by GitHub
parent d9d191fba5
commit 8b417470fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -219,6 +219,10 @@ jobs:
echo "=========================================================================="
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo docker buildx create \
--name container-builder \
--driver docker-container \
--bootstrap --use
echo "=========================================================================="
echo "Login to ghcr.io..."