We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bfa3b9 + f495a31 commit d38916cCopy full SHA for d38916c
1 file changed
.github/workflows/docker-publish.yml
@@ -50,6 +50,9 @@ jobs:
50
51
- name: Build and push Docker image
52
uses: docker/build-push-action@v5
53
+ env:
54
+ # Enable verbose output for debugging build progress
55
+ BUILDKIT_PROGRESS: plain
56
with:
57
context: .
58
push: true
0 commit comments