Skip to content

Commit

Permalink
[wip] trying to fix isis-asp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt committed Nov 14, 2023
1 parent f38e131 commit 638cc51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ jobs:
ISIS_IMAGE=${{ env.USER_ORG }}/jupyter-isis:${GITHUB_REF_NAME}
echo "docker compose build --build-arg BASE_IMAGE=${ISIS_IMAGE} ${{ env.SERVICE }}"
docker compose build --build-arg BASE_IMAGE=${ISIS_IMAGE} ${{ env.SERVICE }}
docker rmi $ISIS_IMAGE
- name: Tag image
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 638cc51

Please sign in to comment.