ci: enable CI build for demo dockerfile

This commit is contained in:
winston 2022-07-31 05:05:43 +02:00
parent 1aef262465
commit 62a840fd8d
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,4 @@
.github/
Dockerfile
README.md
{{- if ne .chezmoi.os "linux" }}

15
.github/workflows/dockerfile.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Build Demo Dockerfile
on: [push]
jobs:
build-demo-dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Dockerfile
uses: VaultVulp/gp-docker-action@1.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: dotfiles
image-tag: latest