Skip to content
Snippets Groups Projects
Verified Commit 02908a79 authored by Sebastian Schüpbach's avatar Sebastian Schüpbach
Browse files

build: add docker image test

parent 528745c7
No related branches found
No related tags found
No related merge requests found
Pipeline #139925 passed
......@@ -31,6 +31,15 @@ include:
inputs:
stage: test
app_root: "app"
- component: $CI_SERVER_FQDN/ub-unibas/ci/docker-components/publish-image@main
inputs:
stage: test
publish-image:
extends: .publish-image
variables:
IMAGE_TAG: hello-world:latest
needs: ["build"]
check-description:
stage: test
......@@ -57,7 +66,7 @@ check-default-component:
stage: test
image: busybox
script:
- ls templates/*-default.yml || (echo "Please add a default component named <repo>-default.yml, e.g gradle-default.yml" && exit 1)
- ls templates/*-default.yml || (echo "Please add a default component templates/gradle-default.yml" && exit 1)
check-job-names:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment