mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
update CI
This commit is contained in:
parent
2388fb9bda
commit
387b1ef3be
2 changed files with 3 additions and 5 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -23,15 +23,13 @@ jobs:
|
|||
push: true
|
||||
tags: ghcr.io/iofq/nvim:latest
|
||||
|
||||
- name: Extract full .tar.gz from container
|
||||
uses: shrink/actions-docker-extract@v1
|
||||
- uses: shrink/actions-docker-extract@v1
|
||||
id: extract
|
||||
with:
|
||||
image: ghcr.io/iofq/nvim:latest
|
||||
path: /out/neovim-x86_64-linux.AppImage
|
||||
|
||||
- name: Extract minimal .tar.gz from container
|
||||
uses: shrink/actions-docker-extract@v1
|
||||
- uses: shrink/actions-docker-extract@v1
|
||||
id: extract-minimal
|
||||
with:
|
||||
image: ghcr.io/iofq/nvim:latest
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@ RUN mkdir -p /out && \
|
|||
--extra-experimental-features flakes .#minimal && \
|
||||
mv $(realpath nvim-minimal.AppImage) /out/neovim-x86_64-linux-minimal.AppImage
|
||||
|
||||
FROM scratch
|
||||
FROM busybox:alpine
|
||||
WORKDIR /out
|
||||
COPY --from=build /out /out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue