nip.io/.github/workflows/dockerimage.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: did not find expected key

16 lines
250 B
YAML

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