Remove not working buildx
Some checks failed
Build, Push and Run Container / build (push) Failing after 12s
Some checks failed
Build, Push and Run Container / build (push) Failing after 12s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
DOCKER_BUILDKIT=1 docker build \
|
docker build \
|
||||||
-f Dockerfile \
|
-f Dockerfile \
|
||||||
-t docker-registry.automatic-parking.dev/runner:latest \
|
-t docker-registry.automatic-parking.dev/runner:latest \
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ USER root
|
|||||||
# Core tools for CI
|
# Core tools for CI
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
nodejs npm coreutils \
|
nodejs npm coreutils \
|
||||||
docker-cli docker-cli-compose docker-cli-buildx \
|
docker-cli docker-cli-compose \
|
||||||
git git-lfs openssh-client \
|
git git-lfs openssh-client \
|
||||||
build-base bash curl jq unzip zip ca-certificates \
|
build-base bash curl jq unzip zip ca-certificates \
|
||||||
&& git lfs install --system \
|
&& git lfs install --system \
|
||||||
|
|||||||
Reference in New Issue
Block a user