Skip to content

Docker Image CI

Docker Image CI #77

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
schedule:
- cron: '30 4 */3 * *'
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag neovim:latest