Skip to content

Commit

Permalink
Fix docker export
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 4, 2024
1 parent abb21c7 commit 87e18bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
file: docker/Dockerfile
push: false
tags: cadabra2-jupyter-${{ matrix.arch }}:latest
outputs: type=docker
outputs: type=docker,dest=cadabra2-jupyter-${{ matrix.arch }}.tar

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: cadabra2-jupyter-${{ matrix.arch }}
path: cadabra2-jupyter-${{ matrix.arch }}.tar

0 comments on commit 87e18bf

Please sign in to comment.