Skip to content

Commit 26afdf5

Browse files
committed
chore(base-images): disable docker build summaries and record uploads
1 parent 95d6f9a commit 26afdf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/base-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
image: ${{ fromJSON(needs.setup.outputs.images) }}
107107
env:
108108
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
109+
DOCKER_BUILD_SUMMARY: "false"
110+
DOCKER_BUILD_RECORD_UPLOAD: "false"
109111
steps:
110112
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
111113
with:

0 commit comments

Comments
 (0)