Create dockerimage2.yml

This commit is contained in:
Alex 2020-05-15 13:57:05 -05:00 committed by GitHub
parent 771661e397
commit 9719f7d69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/dockerimage2.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Docker Image CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag osselbot:$(date +%s)