mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Experiment: automatically push built images
This commit is contained in:
parent
5a79c03924
commit
6bfe260f3b
15 changed files with 227 additions and 363 deletions
8
.gitlab/ci/docker.images.yml
Normal file
8
.gitlab/ci/docker.images.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Docker image with buildx plugin
|
||||
docker:
|
||||
variables:
|
||||
DEBIAN: bullseye
|
||||
DOCKER: '20.10.14'
|
||||
BUILDX: '0.8'
|
||||
extends:
|
||||
- .build_and_push
|
||||
Loading…
Add table
Add a link
Reference in a new issue