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

10 lines
240 B
YAML

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 ${{ github.repository }}:$(date +%s)