We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5052b8e commit f847aebCopy full SHA for f847aeb
.github/workflows/development.yaml
@@ -32,6 +32,7 @@ jobs:
32
TAG=$(docker images --filter "reference=datajoint/${PKG_NAME}*" --format "{{.Tag}}")
33
docker save "${IMAGE}:${TAG}" | \
34
gzip > "image-${PKG_NAME}-${PKG_VERSION}-py${PY_VER}-${DISTRO}.tar.gz"
35
+ echo "PKG_NAME=${PKG_NAME}" >> $GITHUB_ENV
36
echo "PKG_VERSION=${PKG_VERSION}" >> $GITHUB_ENV
37
- name: Add image artifact
38
uses: actions/upload-artifact@v2
0 commit comments