Skip to content

Commit 8ba2b0e

Browse files
authored
test builder (#55)
* test builder * use unified repo * Update .gitlab-ci.yml
1 parent 98ba7d2 commit 8ba2b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ rebuild_maven_image:
7474
image: $REGISTRY/docker:18.03.1
7575
when: manual
7676
script:
77-
- docker build --tag $BUILDER_IMAGE . # Build the Dockerfile from this directory
77+
- docker build --label target=build --tag registry.ddbuild.io/$BUILDER_IMAGE . # Build the Dockerfile from this directory
7878
- docker push $BUILDER_IMAGE
79-
tags: [ "runner:docker" ]
79+
tags: [ "runner:docker" ]

0 commit comments

Comments
 (0)