update CI

This commit is contained in:
iofq 2023-05-27 04:12:23 -05:00
parent aad58f1d6b
commit f2eb47953b
2 changed files with 2 additions and 2 deletions

View file

@ -22,6 +22,7 @@ jobs:
with: with:
push: true push: true
tags: ghcr.io/iofq/nvim:latest tags: ghcr.io/iofq/nvim:latest
- name: Extract full .tar.gz from container - name: Extract full .tar.gz from container
uses: shrink/actions-docker-extract@v1 uses: shrink/actions-docker-extract@v1
id: extract id: extract

View file

@ -1,6 +1,5 @@
FROM nixos/nix as build FROM nixos/nix as build
WORKDIR /app
COPY . . COPY . .
RUN mkdir -p /out && \ RUN mkdir -p /out && \
@ -19,4 +18,4 @@ RUN mkdir -p /out && \
FROM scratch FROM scratch
WORKDIR /out WORKDIR /out
COPY --from=build /out /out COPY --from=build /out/* /out/