Skip to content

Commit 1e451fb

Browse files
ci: replace DOCKER_BUILD_NO_SUMMARY (ietf-tools#9383)
Option is deprecated; replace with DOCKER_BUILD_SUMMARY: false
1 parent 566cf50 commit 1e451fb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-base-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Docker Build & Push
4444
uses: docker/build-push-action@v6
4545
env:
46-
DOCKER_BUILD_NO_SUMMARY: true
46+
DOCKER_BUILD_SUMMARY: false
4747
with:
4848
context: .
4949
file: docker/base.Dockerfile

.github/workflows/build-devblobstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Docker Build & Push
3636
uses: docker/build-push-action@v6
3737
env:
38-
DOCKER_BUILD_NO_SUMMARY: true
38+
DOCKER_BUILD_SUMMARY: false
3939
with:
4040
context: .
4141
file: docker/devblobstore.Dockerfile

.github/workflows/build-mq-broker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Docker Build & Push
4343
uses: docker/build-push-action@v6
4444
env:
45-
DOCKER_BUILD_NO_SUMMARY: true
45+
DOCKER_BUILD_SUMMARY: false
4646
with:
4747
context: .
4848
file: dev/mq/Dockerfile

.github/workflows/dev-assets-sync-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Docker Build & Push
4242
uses: docker/build-push-action@v6
4343
env:
44-
DOCKER_BUILD_NO_SUMMARY: true
44+
DOCKER_BUILD_SUMMARY: false
4545
with:
4646
context: .
4747
file: dev/shared-assets-sync/Dockerfile

0 commit comments

Comments
 (0)