Skip to content

remove saving built image to ghcr #76

remove saving built image to ghcr

remove saving built image to ghcr #76

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