Files
yosoy/.github/workflows/docker-image.yml

13 lines
254 B
YAML

name: Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag yosoy-local:$(date +%s)