SHREEEEDDD
Some checks failed
Docker image builds / build (push) Failing after 56s

This commit is contained in:
Soph :3 2026-02-07 13:42:05 +02:00
parent 7f677762e8
commit 940d7e034a

View file

@ -31,7 +31,7 @@ jobs:
run: |
apt-get update
apt-get install -y build-essential
apt-get install -y jq
- name: Set lowercase image name
run: |
echo "IMAGE=git.sad.ovh/${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
@ -39,20 +39,11 @@ jobs:
- uses: http://github.com/actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: "24.11.0"
- name: set debug to star for max debug info
run: |
export DEBUG=*
- uses: http://github.com/actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: "1.24.2" # this is the version in go.mod
cache: false
- name: Debug Go
run: go version && go env
- uses: http://github.com/ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
- name: Debug Go
run: go version && go env
- name: Log into registry
uses: http://github.com/docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
with: