Create dockerimage.yml

pull/62/head
Raphaël Vinot 2019-11-15 16:51:37 +01:00 committed by GitHub
コミット 200565f366
この署名に対応する既知のキーがデータベースに存在しません
GPGキー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)