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
f9ae40f53c
commit
aad58f1d6b
3 changed files with 20 additions and 20 deletions
24
.github/workflows/main.yml
vendored
24
.github/workflows/main.yml
vendored
|
|
@ -11,36 +11,32 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
||||
-
|
||||
name: Login to ghcr.io
|
||||
- name: Login to ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
name: Build container and push to ghcr.io
|
||||
- name: Build container and push to ghcr.io
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
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
|
||||
id: extract
|
||||
with:
|
||||
image: ghcr.io/iofq/nvim:latest
|
||||
path: /app/neovim-x86_64-linux.AppImage
|
||||
path: /out/neovim-x86_64-linux.AppImage
|
||||
|
||||
-
|
||||
name: Extract minimal .tar.gz from container
|
||||
- name: Extract minimal .tar.gz from container
|
||||
uses: shrink/actions-docker-extract@v1
|
||||
id: extract-minimal
|
||||
with:
|
||||
image: ghcr.io/iofq/nvim:latest
|
||||
path: /app/neovim-x86_64-linux-minimal.AppImage
|
||||
-
|
||||
name: Upload archive to release
|
||||
path: /out/neovim-x86_64-linux-minimal.AppImage
|
||||
|
||||
- name: Upload archive to release
|
||||
uses: xresloader/upload-to-github-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -48,8 +44,8 @@ jobs:
|
|||
file: ${{ steps.extract.outputs.destination }}
|
||||
update_latest_release: true
|
||||
overwrite: true
|
||||
-
|
||||
name: Upload archive to release
|
||||
|
||||
- name: Upload archive to release
|
||||
uses: xresloader/upload-to-github-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue