Skip to content

Commit f847aeb

Browse files
author
Thinh Nguyen
committed
Update development.yaml
1 parent 5052b8e commit f847aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
TAG=$(docker images --filter "reference=datajoint/${PKG_NAME}*" --format "{{.Tag}}")
3333
docker save "${IMAGE}:${TAG}" | \
3434
gzip > "image-${PKG_NAME}-${PKG_VERSION}-py${PY_VER}-${DISTRO}.tar.gz"
35+
echo "PKG_NAME=${PKG_NAME}" >> $GITHUB_ENV
3536
echo "PKG_VERSION=${PKG_VERSION}" >> $GITHUB_ENV
3637
- name: Add image artifact
3738
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)