mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
update CI
This commit is contained in:
parent
aad58f1d6b
commit
f2eb47953b
2 changed files with 2 additions and 2 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue