Rename dockerimage2.yml to dockerimage.yml

This commit is contained in:
Alex
2020-05-15 14:09:59 -05:00
committed by GitHub
parent fbef16ce88
commit d89da1eca5
+17
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)