1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-07-30 23:59:51 +00:00

Merge docker github action for #160

This commit is contained in:
James Hillyerd
2020-06-28 09:31:07 -07:00
+15
View File
@@ -0,0 +1,15 @@
name: Docker Image
on:
push:
branches: [ "master", "develop" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v1
with:
repository: inbucket/inbucket
push: false
tag_with_ref: true