Compare commits

..

No commits in common. "9d6bb5bc7914b9d66f3e293520d7ea7c5ede6de8" and "8d8fe6e76f05f9fd0e64808b0da7d94c28b9ca41" have entirely different histories.

2 changed files with 1 additions and 22 deletions

View File

@ -8,6 +8,4 @@ scripts
exported.png exported.png
LICENSE LICENSE
README.md README.md
.github

View File

@ -1,19 +0,0 @@
name: CI
on:
push:
branches:
- master
jobs:
build:
name: Build and Publish Docker Image
runs-on: ubuntu-latest
env:
REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
steps:
- uses: actions/checkout@v1
- name: Sign-in to Private Registry "${REGISTRY}"
run: docker login $REGISTRY -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
- name: Building Docker Image
run: /bin/bash scripts/build.sh