Skip to content
Snippets Groups Projects
Commit df2fd669 authored by Jonas Haag's avatar Jonas Haag
Browse files

Build and push Docker images for tagged commits

parent 6c2c0843
Branches codeql
No related tags found
No related merge requests found
sudo: false
os: linux
language: python
services:
- docker
python:
- "2.7"
- "3.4"
......@@ -9,10 +11,11 @@ addons:
apt:
packages:
- exuberant-ctags
matrix:
jobs:
include:
- python: 3.7
dist: xenial
install:
- "pip install ."
- "pip install -r test_requirements.txt"
......@@ -20,3 +23,8 @@ script:
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- ./runtests.sh
deploy:
provider: script
on:
tags: true
script: ./build-and-push-docker.sh
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