Skip to content

Commit

Permalink
Remove deprecated DOCKER_BUILD_NO_SUMMARY flag (#499)
Browse files Browse the repository at this point in the history
`DOCKER_BUILD_NO_SUMMARY` is deprecated. Setting `DOCKER_BUILD_SUMMARY`
to `false` instead.
  • Loading branch information
pivovarit authored Jul 9, 2024
1 parent bd2fa7f commit 7a0d047
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
env:
DOCKER_BUILD_NO_SUMMARY: true
DOCKER_BUILD_SUMMARY: false

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
env:
DOCKER_BUILD_NO_SUMMARY: true
DOCKER_BUILD_SUMMARY: false

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
env:
DOCKER_BUILD_NO_SUMMARY: true
DOCKER_BUILD_SUMMARY: false

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
QUESMA_BUILD_SHA=${{ github.sha }}
platforms: linux/amd64,linux/arm64
env:
DOCKER_BUILD_NO_SUMMARY: true
DOCKER_BUILD_SUMMARY: false

0 comments on commit 7a0d047

Please sign in to comment.