babyboo
Some checks failed
Docker image builds / build (push) Failing after 1m28s

This commit is contained in:
Soph :3 2026-02-07 13:56:15 +02:00
parent 14590a0027
commit f2844b22f9

View file

@ -30,8 +30,8 @@ jobs:
- name: build essential - name: build essential
run: | run: |
# Add Docker's official GPG key: # Add Docker's official GPG key:
apt update apt update -y
apt install ca-certificates curl apt install -y ca-certificates curl
install -m 0755 -d /etc/apt/keyrings install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
chmod a+r /etc/apt/keyrings/docker.asc chmod a+r /etc/apt/keyrings/docker.asc
@ -45,7 +45,7 @@ jobs:
Signed-By: /etc/apt/keyrings/docker.asc Signed-By: /etc/apt/keyrings/docker.asc
EOF EOF
apt-get update apt-get update -y
apt-get install -y build-essential jq docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin apt-get install -y build-essential jq docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- name: Set lowercase image name - name: Set lowercase image name
run: | run: |