We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ba7d2 commit 8ba2b0eCopy full SHA for 8ba2b0e
.gitlab-ci.yml
@@ -74,6 +74,6 @@ rebuild_maven_image:
74
image: $REGISTRY/docker:18.03.1
75
when: manual
76
script:
77
- - docker build --tag $BUILDER_IMAGE . # Build the Dockerfile from this directory
+ - docker build --label target=build --tag registry.ddbuild.io/$BUILDER_IMAGE . # Build the Dockerfile from this directory
78
- docker push $BUILDER_IMAGE
79
- tags: [ "runner:docker" ]
+ tags: [ "runner:docker" ]
0 commit comments