🐳 Docker CI workflow

This commit is contained in:
2021-10-12 21:08:39 -07:00
committed by GitHub
parent 5c936a62ca
commit bce5d3010c

19
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: frishi/threetwo-import-service
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}