File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 1
- # This workflow replaces $SAGE_ROOT/.gitlab-ci.yml which has been
2
- # used formerly to make Docker images available on DockerHub.
3
- # The new workflow uses the same $SAGE_ROOT/docker/Dockerfile and
4
- # is based on docker/build-push-action@v4.
5
- #
6
- # A replacement has become neccessary because the GitLab runners
7
- # stopped to create new images since release 9.7.
8
- #
9
- # Concerning the images placed in the sagemath-dev repository you
10
- # should note the following difference to the releases build before
11
- # 9.8: They are no longer build on target sagemath-dev since this
12
- # causes a "No space left on device" error. Instead they are build
13
- # on target make-build, now. The main difference is the missing
14
- # documentation and that it enters in a bash shell.
15
- #
16
- # Sebastian Oehms, August 2023
17
-
18
1
name : Build Docker images and push to DockerHub
19
2
20
3
on :
You can’t perform that action at this time.
0 commit comments