Moved docker image build to github actions

This commit is contained in:
Alejandro Celaya
2020-07-31 20:17:14 +02:00
parent 1ac05fd3a4
commit 1eb9ef0361
4 changed files with 32 additions and 38 deletions

View File

@@ -0,0 +1,22 @@
name: Build docker image
on:
push:
branches:
- develop
tags:
- *
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
- name: Build the image
run: bash ./docker/build