Skip to content

Commit

Permalink
copy-to args
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jan 8, 2025
1 parent 2720a88 commit f45e213
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ jobs:
# except the version with the `primary-key`, if it exists
purge-primary-key: never

- run: nix build --accept-flake-config .#containers.x86_64-linux.wst.copyTo
- run: ./result/bin/copy-to oci-archive:oci.tar
- run: ls -alh oci.tar
# TODO: matrix build for two images (mock server and wst)
- name: Build image with nix
run: nix build --accept-flake-config .#containers.x86_64-linux.wst.copyTo
- name: Publish image with podman
run: |
./result/bin/copy-to containers-storage:ghcr.io/input-output-hk/wst-test
podman push ghcr.io/input-output-hk/wst-test

0 comments on commit f45e213

Please sign in to comment.