Update dockerimage.yml

This commit is contained in:
René Moser 2019-09-16 17:20:38 +02:00 committed by GitHub
parent b945468ee2
commit d874783b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ on:
push:
branches:
- master
- ci
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: {owner}/{repo}@ref
- uses: actions/checkout@master
- name: Build the Docker image
run: docker build . --file Dockerfile --tag nip:$(date +%s)