Update .gitea/workflows/build.yml

This commit is contained in:
Max W. 2023-12-07 13:41:30 +00:00
parent 0503b15947
commit c9a1ba8292

View File

@ -27,7 +27,7 @@ jobs:
- name: Initialize Docker runtime
run: |
apt-get update
apt-get install ca-certificates curl gnupg lsb-release
apt-get install ca-certificates curl gnupg lsb-release -y
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpg
@ -36,7 +36,7 @@ jobs:
$(lsb_release -cs) stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin -y
- name: Build Docker image