Adding build workflow

This commit is contained in:
Jamil Bou Kheir
2020-04-23 18:38:17 -07:00
parent fb9d4645d1
commit 5422b26d3c
2 changed files with 21 additions and 10 deletions

View File

@@ -1,16 +1,8 @@
name: Deploy
description: "Deploy images"
on:
release: created
jobs:
build-image:
runs-on: ubuntu:18.04
steps:
- uses: actions/checkout@v2
- name: Build Docker Image
run: |
docker build -t cloudfirellc/cloudfire:latest .
- name: Push Docker Image
run: |
docker push cloudfirellc/cloudfire:latest