Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Automatically create Ubuntu 18.04 Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Parkanyi committed Apr 1, 2020
1 parent eae9da4 commit 6e65447
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -339,6 +339,11 @@ workflows:
- ubuntu:
name: "ubuntu 18.04"
tag: "18.04"
- build_docker_image:
name: build ubuntu 18.04 image
tags: latest-ubuntu-18.04 ${CIRCLE_SHA1:0:7}-ubuntu-18.04 ${CIRCLE_TAG/%/-ubuntu-18.04}
requires:
- ubuntu 18.04

- fedora:
name: "fedora 31"
Expand Down

0 comments on commit 6e65447

Please sign in to comment.