Skip to content
Snippets Groups Projects
Commit 17110a4b authored by František Řezníček's avatar František Řezníček
Browse files

Migrate build and release to ubuntu:jammy

parent c3a3fa5c
No related branches found
No related tags found
No related merge requests found
Pipeline #312529 failed with stages
in 1 minute
......@@ -8,6 +8,8 @@ stages:
variables:
DOCKER_EXE: docker
image: registry.gitlab.ics.muni.cz:443/cloud/g2/container-registry/docker.io__ubuntu:jammy
yamllint:
stage: lint
image:
......@@ -20,7 +22,6 @@ yamllint:
# build and release container image
# ---------------------------------------------------------------------------
build-image:
image: registry.gitlab.ics.muni.cz:443/cloud/g2/container-registry/debian:latest
stage: build-image
before_script:
- apt-get update --yes
......@@ -44,7 +45,6 @@ build-image:
# release container image
# ---------------------------------------------------------------------------
release-image:
image: registry.gitlab.ics.muni.cz:443/cloud/g2/container-registry/debian:latest
stage: release-image
before_script:
- apt-get update --yes
......
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