Skip to content

Commit

Permalink
FIX: Explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 27, 2024
1 parent 0e76762 commit 7274f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: docker run -v `pwd`:/opt/app/examples mnetools/mne-python-plot${DOCKER_TAG} python /opt/app/examples/tests/plot.py
- name: Push images to github
run: |
set -exo pipefail
docker push ghcr.io/mne-tools/mne-python${DOCKER_TAG}
docker push ghcr.io/mne-tools/mne-python-jupyter${DOCKER_TAG}
docker push ghcr.io/mne-tools/mne-python-plot${DOCKER_TAG}
Expand Down

0 comments on commit 7274f14

Please sign in to comment.