Skip to content

Commit 57122aa

Browse files
author
Kasper Peeters
committed
Attempt to fix docker push.
1 parent 5fcfef4 commit 57122aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
push: true
6161
#${{ github.ref == 'master' }}
6262
labels: ${{ steps.meta.outputs.labels }}
63-
tags: cadabra2-jupyter-${{ matrix.arch }}:latest
63+
tags: kpeeters/cadabra2-jupyter:latest
6464
outputs: type=docker,dest=cadabra2-jupyter-${{ matrix.arch }}.tar
6565

6666
- name: Upload artifact to github assets

0 commit comments

Comments
 (0)