Skip to content

Commit

Permalink
Merge pull request #28 from atsu1125/atsu1125-patch-1
Browse files Browse the repository at this point in the history
docker CI
  • Loading branch information
atsu1125 authored Apr 13, 2022
2 parents 35a30ac + 88dbe77 commit fedc305
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Docker Image CI

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit fedc305

Please sign in to comment.