Skip to content

Commit d38916c

Browse files
authored
Merge pull request #19 from Eyevinn/fix/docker-build-verbose-output
ci: Add verbose output for Docker build debugging
2 parents 3bfa3b9 + f495a31 commit d38916c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
5151
- name: Build and push Docker image
5252
uses: docker/build-push-action@v5
53+
env:
54+
# Enable verbose output for debugging build progress
55+
BUILDKIT_PROGRESS: plain
5356
with:
5457
context: .
5558
push: true

0 commit comments

Comments
 (0)