Merge branch 'main' into main
This commit is contained in:
commit
2e08d1dfcf
2 changed files with 2 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ steps:
|
|||
repo: test
|
||||
dry-run: true
|
||||
when:
|
||||
evaluate: 'not (CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images")'
|
||||
event: pull_request
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
ARG BUILDX_VERSION=0.12.1
|
||||
ARG DOCKER_VERSION=25.0.0-dind
|
||||
ARG DOCKER_VERSION=25.0.1-dind
|
||||
ARG GOLANG_VERSION=1.21
|
||||
|
||||
FROM --platform=$BUILDPLATFORM golang:${GOLANG_VERSION} as build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue