Skip to content

feat: adding --tag in the bsf oci command #78

feat: adding --tag in the bsf oci command

feat: adding --tag in the bsf oci command #78

Workflow file for this run

name: BuildSafe CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: nicknovitski/nix-develop@v1
with:
arguments: bsf/.#devShell
- name: run tests
run: task test
- name: build app
run : task build
continue-on-error: true