File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
5355 with :
5456 name : ${{ matrix.docker-image }}
5557 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 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 :
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 :
You can’t perform that action at this time.
0 commit comments