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.
1 parent e507cae commit 409a515Copy full SHA for 409a515
.github/workflows/docker.yml
@@ -48,6 +48,8 @@ jobs:
48
type=raw,value=latest,enable={{is_default_branch}}
49
- name: Build image
50
uses: docker/build-push-action@v6
51
+ env:
52
+ DOCKER_BUILD_NO_SUMMARY: true
53
with:
54
context: ./target/docker/stage
55
load: true
0 commit comments