Skip to content

ci: add a ci to build the docker image #1

ci: add a ci to build the docker image

ci: add a ci to build the docker image #1

Workflow file for this run

name: Build Docker Image
on:
push:
branches:
- main
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Nix
uses: cachix/install-nix-action@v27
- name: Build Docker image
run: nix build .#docker
- name: Upload Docker image artifact
uses: actions/upload-artifact@v2
with:
name: docker-image
path: result