nip.io/.github/workflows/dockerimage.yml

15 lines
253 B
YAML
Raw Normal View History

2019-09-16 07:22:49 +00:00
name: Docker Image CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
2019-09-16 15:33:59 +00:00
2019-09-16 07:22:49 +00:00
steps:
2019-09-16 15:20:38 +00:00
- uses: actions/checkout@master
2019-09-16 07:22:49 +00:00
- name: Build the Docker image
run: docker build . --file Dockerfile --tag nip:$(date +%s)