Docker build without buildx
All checks were successful
Build, Push and Run Container / build (push) Successful in 38s
All checks were successful
Build, Push and Run Container / build (push) Successful in 38s
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Docker image (context = Source/ProofOfConcept)
|
- name: Build Docker image (context = Source/ProofOfConcept)
|
||||||
run: |
|
run: |
|
||||||
DOCKER_BUILDKIT=1 docker build \
|
docker build \
|
||||||
-f Source/ProofOfConcept/Dockerfile \
|
-f Source/ProofOfConcept/Dockerfile \
|
||||||
-t docker-registry.automatic-parking.dev/automatic-parking:poc \
|
-t docker-registry.automatic-parking.dev/automatic-parking:poc \
|
||||||
Source
|
Source
|
||||||
|
|||||||
Reference in New Issue
Block a user