File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 37
37
id : docker_build
38
38
uses : docker/build-push-action@v6
39
39
timeout-minutes : 10
40
+ env :
41
+ DOCKER_BUILD_CHECKS_ANNOTATIONS : false
40
42
with :
41
43
context : .
42
44
push : false
53
55
with :
54
56
name : ${{ matrix.docker-image }}
55
57
path : ${{ matrix.docker-image }}-${{ matrix.os }}_img
56
- retention-days : 1
58
+ retention-days : 1
Original file line number Diff line number Diff line change 65
65
if : ${{ matrix.os == 'debian' }}
66
66
uses : docker/build-push-action@v6
67
67
env :
68
+ DOCKER_BUILD_CHECKS_ANNOTATIONS : false
68
69
REPO_ORG : ${{ env.repoorg }}
69
70
docker-image : ${{ matrix.docker-image }}
70
71
with :
79
80
if : ${{ matrix.os == 'alpine' }}
80
81
uses : docker/build-push-action@v6
81
82
env :
83
+ DOCKER_BUILD_CHECKS_ANNOTATIONS : false
82
84
REPO_ORG : ${{ env.repoorg }}
83
85
docker-image : ${{ matrix.docker-image }}
84
86
with :
You can’t perform that action at this time.
0 commit comments