Skip to content

Commit 28eaf57

Browse files
authored
Quiet Docker build checks (#10747)
1 parent 10dfa22 commit 28eaf57

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-docker-images-for-testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
id: docker_build
3838
uses: docker/build-push-action@v6
3939
timeout-minutes: 10
40+
env:
41+
DOCKER_BUILD_CHECKS_ANNOTATIONS: false
4042
with:
4143
context: .
4244
push: false
@@ -53,4 +55,4 @@ jobs:
5355
with:
5456
name: ${{ matrix.docker-image }}
5557
path: ${{ matrix.docker-image }}-${{ matrix.os }}_img
56-
retention-days: 1
58+
retention-days: 1

.github/workflows/release-x-manual-docker-containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
if: ${{ matrix.os == 'debian' }}
6666
uses: docker/build-push-action@v6
6767
env:
68+
DOCKER_BUILD_CHECKS_ANNOTATIONS: false
6869
REPO_ORG: ${{ env.repoorg }}
6970
docker-image: ${{ matrix.docker-image }}
7071
with:
@@ -79,6 +80,7 @@ jobs:
7980
if: ${{ matrix.os == 'alpine' }}
8081
uses: docker/build-push-action@v6
8182
env:
83+
DOCKER_BUILD_CHECKS_ANNOTATIONS: false
8284
REPO_ORG: ${{ env.repoorg }}
8385
docker-image: ${{ matrix.docker-image }}
8486
with:

0 commit comments

Comments
 (0)