Skip to content

Make a post functionlity is added. #290

Make a post functionlity is added.

Make a post functionlity is added. #290

name: Build dockerfile or fail
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Docker Image or fail
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)