dotfiles/.github/workflows/dockerfile.yml

16 lines
347 B
YAML
Raw Normal View History

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