Compare commits

..

3 Commits

Author SHA1 Message Date
4c91298207 Trigger workflow
All checks were successful
Build and Push Container / build (push) Successful in 13s
2025-08-12 21:41:49 +02:00
db12277cc2 Remove not working buildx
Some checks failed
Build, Push and Run Container / build (push) Failing after 12s
2025-08-12 21:29:24 +02:00
1eab3bf3dd Use buildX 2025-08-12 19:27:34 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Build, Push and Run Container
name: Build and Push Container
on:
push:

View File

@@ -6,7 +6,7 @@ USER root
# Core tools for CI
RUN apk add --no-cache \
nodejs npm coreutils \
docker-cli docker-cli-compose docker-cli-buildx \
docker-cli docker-cli-compose \
git git-lfs openssh-client \
build-base bash curl jq unzip zip ca-certificates \
&& git lfs install --system \