Skip to content

Commit

Permalink
feat(CI): add build OCI image
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Feb 21, 2024
1 parent 1d190e1 commit 5996af3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: build oci-image
run: |
nix build ./nix/std#x86_64-linux.repo.containers.dev.out
- name: copy oci-image to the register
run: |
# nix run ./nix/std#x86_64-linux.repo.containers.dev.out.copyToRegistry
Expand Down

0 comments on commit 5996af3

Please sign in to comment.