Create dockerimage.yml

pull/62/head
Raphaël Vinot 2019-11-15 16:51:37 +01:00 committed by GitHub
父節點 a648c997c7
當前提交 200565f366
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 14 次插入0 次删除

14
.github/workflows/dockerimage.yml vendored Normal file
查看文件

@ -0,0 +1,14 @@
name: Docker Image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)