Skip to content

fixes for building docker and apps #3

fixes for building docker and apps

fixes for building docker and apps #3

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- '*'
tags:
- '*'
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build the Docker image
run: make docker