Files
action-depup/.github/workflows/dockerimage.yml
2020-01-19 04:25:18 +00:00

14 lines
286 B
YAML

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