Skip to content

Commit 7f8ec5b

Browse files
committed
asdf
1 parent 1047c56 commit 7f8ec5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- name: Checkout code
4343
uses: actions/checkout@v2
4444

45+
- name: Set notebook env variables
46+
id: set_env_notebook
47+
run: |
48+
echo "::set-output name=image::dddlab/data_science_project_template"
49+
echo "::set-output name=tag::sha-${GITHUB_SHA::7}"
50+
4551
- name: Create Release
4652
id: create_release
4753
uses: actions/create-release@v1
@@ -54,4 +60,4 @@ jobs:
5460
${{ steps.set_env_notebook.outputs.image }}:${{ steps.set_env_notebook.outputs.tag }}:
5561
draft: false
5662
prerelease: false
57-
63+

0 commit comments

Comments
 (0)