Skip to content

Commit

Permalink
fixing syntax on push file
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Feb 28, 2024
1 parent 468d302 commit 58d05cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
-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
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

Expand Down

0 comments on commit 58d05cb

Please sign in to comment.