Skip to content

Commit da1fb64

Browse files
Change image due to errors, address this later.
1 parent 224a228 commit da1fb64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/development.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
include:
2020
- py_ver: 3.8
21-
distro: debian
21+
distro: alpine
2222
image: djbase
2323
env:
2424
PY_VER: ${{matrix.py_ver}}
@@ -34,7 +34,7 @@ jobs:
3434
export HOST_UID=$(id -u)
3535
docker-compose -f docker-compose-build.yaml up --exit-code-from app --build
3636
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
37-
- if: matrix.py_ver == '3.8' && matrix.distro == 'debian'
37+
- if: matrix.py_ver == '3.8' && matrix.distro == 'alpine'
3838
name: Add pip artifacts
3939
uses: actions/upload-artifact@v2
4040
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PY_VER=3.8
2-
ARG DISTRO=debian
2+
ARG DISTRO=alpine
33
ARG IMAGE=djbase
44
FROM datajoint/${IMAGE}:py${PY_VER}-${DISTRO}
55
WORKDIR /main

0 commit comments

Comments
 (0)