rove/.github/workflows/docker-image.yml
Marc Di Luzio add366c0bd Fix the docker CI
Github Actions doesn't like specifying the dockerfile through the symlink of it's own creation
2020-05-29 18:23:35 +01:00

18 lines
271 B
YAML

name: Docker Image
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --tag rove:$(date +%s)