mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Merge branch 'eread/fix-build-job-for-new-www_gitlab_com-docker-image' into 'master'
Fix build job for new www-gitlab-com Docker image See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/816 Merged-by: Rémy Coutable <remy@rymai.me> Approved-by: Rémy Coutable <remy@rymai.me> Reviewed-by: Rémy Coutable <remy@rymai.me> Co-authored-by: Evan Read <eread@gitlab.com>
This commit is contained in:
commit
ab488579f5
2 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ www-gitlab-com-debian-bullseye-ruby-3.2.4-node-18:
|
|||
matrix:
|
||||
- ARCH: [ 'arm64', 'amd64' ]
|
||||
|
||||
www-gitlab-com-debian-bullseye-ruby-3.2.4-node-20:
|
||||
www-gitlab-com-debian-bookworm-ruby-3.2.4-node-20:
|
||||
extends: .build_static_image
|
||||
parallel:
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -106,9 +106,9 @@ new_image:
|
|||
|
||||
Note that tag name is limited to 128 characters so amount of `minor components` an image can have is limited by it.
|
||||
|
||||
#### Pushing a rebuild image
|
||||
#### Pushing a rebuilt image
|
||||
|
||||
Images are built and pushed automatically after a merge request is merged.
|
||||
You might need to run a manual job to build and push a rebuilt image after a merge request is merged.
|
||||
|
||||
## Note regarding Google Chrome
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue