i ain even got docker installed ROFLLMAO
Some checks failed
Docker image builds / build (push) Failing after 59s

This commit is contained in:
Soph :3 2026-02-07 13:50:27 +02:00
parent d0c91ab2c6
commit b04b8fcf17

View file

@ -30,8 +30,7 @@ jobs:
- name: build essential - name: build essential
run: | run: |
apt-get update apt-get update
apt-get install -y build-essential apt-get install -y build-essential jq docker
apt-get install -y jq
- name: Set lowercase image name - name: Set lowercase image name
run: | run: |
echo "IMAGE=git.sad.ovh/${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV echo "IMAGE=git.sad.ovh/${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV