Skip to content

Commit

Permalink
Temp disable analyst docker build due to a new version conflict. We s…
Browse files Browse the repository at this point in the history
…hould re-enable once that issue is solved.
  • Loading branch information
trey0 committed Feb 8, 2024
1 parent c61effe commit 0eaf0e9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
--build-arg REMOTE=ghcr.io/nasa
-t ghcr.io/${{ github.repository_owner }}/isaac:msgs-ubuntu20.04

- name: Build analyst image isaac/isaac:msgs-ubuntu20.04
run: docker build isaac -f isaac/scripts/docker/analyst.Dockerfile
--build-arg REMOTE=ghcr.io/nasa
-t ghcr.io/${{ github.repository_owner }}/isaac_analyst_notebook:latest
# Temp disabling the analyst build because it has a new version conflict issue. We should
# re-enable once that issue is solved.
#- name: Build analyst image isaac/isaac:msgs-ubuntu20.04
# run: docker build isaac -f isaac/scripts/docker/analyst.Dockerfile
# --build-arg REMOTE=ghcr.io/nasa
# -t ghcr.io/${{ github.repository_owner }}/isaac_analyst_notebook:latest

0 comments on commit 0eaf0e9

Please sign in to comment.