Skip to content

Commit

Permalink
fix(cid): enable publication of code and jupyter images
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jun 27, 2024
1 parent 365e574 commit 384b23f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,12 @@ jobs:
- name: "pyrovelocitydev"
url: "https://ghcr.io/pinellolab/pyrovelocitydev"
nixCommand: "nix run .#devcontainerManifest --impure --accept-flake-config"
- name: "pyrovelocitycode"
url: "https://ghcr.io/pinellolab/pyrovelocitycode"
nixCommand: "nix run .#codeImageManifest --impure --accept-flake-config"
- name: "pyrovelocityjupyter"
url: "https://ghcr.io/pinellolab/pyrovelocityjupyter"
nixCommand: "nix run .#jupyterImageManifest --impure --accept-flake-config"
concurrency:
group: bri-${{ matrix.name }}-${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
cancel-in-progress: true
Expand Down

0 comments on commit 384b23f

Please sign in to comment.