summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-06-23 23:18:29 +0100
committerGitHub <noreply@github.com>2020-06-23 23:18:29 +0100
commitc82f923bb095740ec58c389deb08083dbeddc769 (patch)
tree88f3668e52db0815504875cb1d08e78ef902a03b /.github
parent64595272f97d0ada42b69e442c7f52766ed60d63 (diff)
parent291f2d27d36b5c437c6c1908d5217bb954799402 (diff)
Merge branch 'master' into master
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker-image.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml
new file mode 100644
index 00000000..830925a8
--- /dev/null
+++ b/.github/workflows/docker-image.yml
@@ -0,0 +1,18 @@
+name: Docker Image CI
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: Build the Docker image
+ run: docker build . --file contrib/docker/Dockerfile --tag my-image-name:$(date +%s)