removed docker uild new container

This commit is contained in:
Patrick Mahnke-Hartmann
2025-09-01 12:38:19 +02:00
parent 7d97e1fb07
commit a2b80bd249

View File

@@ -149,8 +149,7 @@ jobs:
- name: Linux build using Docker Buildx - name: Linux build using Docker Buildx
run: | run: |
docker buildx create --use docker buildx build --use \
docker buildx build \
--platform linux/amd64 \ --platform linux/amd64 \
-f Dockerfile.linux \ -f Dockerfile.linux \
--build-arg BINARY_NAME=${{ needs.detect-project.outputs.project-name }} \ --build-arg BINARY_NAME=${{ needs.detect-project.outputs.project-name }} \