Skip to content

Merge pull request #29 from tsuyoshicho/renovate/softprops-action-gh-… #188

Merge pull request #29 from tsuyoshicho/renovate/softprops-action-gh-…

Merge pull request #29 from tsuyoshicho/renovate/softprops-action-gh-… #188

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ github.repository }}:$(date +%s)