File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ jobs:
5050
5151 - name : Set up Docker Buildx
5252 uses : docker/setup-buildx-action@master
53-
53+
5454 - name : Build Docker image
5555 uses : docker/build-push-action@master
5656 with :
5757 platforms : linux/${{ matrix.arch }}
5858 context : .
5959 file : docker/Dockerfile
6060 push : true
61- # ${{ github.ref == 'master' }}
61+ # ${{ github.ref == 'master' }}
6262 labels : ${{ steps.meta.outputs.labels }}
6363 tags : cadabra2-jupyter-${{ matrix.arch }}:latest
6464 outputs : type=docker,dest=cadabra2-jupyter-${{ matrix.arch }}.tar
6767 uses : actions/upload-artifact@main
6868 with :
6969 name : cadabra2-jupyter-${{ matrix.arch }}
70- path : cadabra2-jupyter-${{ matrix.arch }}.tar
70+ path : cadabra2-jupyter-${{ matrix.arch }}.tar
You can’t perform that action at this time.
0 commit comments