Merge branch 'main' into main

This commit is contained in:
CrimsonFez 2024-01-26 16:33:59 +00:00
commit 2e08d1dfcf
2 changed files with 2 additions and 1 deletions

View file

@ -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}

View file

@ -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