Skip to content

Commit 2ab24cf

Browse files
bugfix in update build env (outputs.snapshot-tag)
1 parent 1465ca0 commit 2ab24cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update_build_environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
git config --local user.email "[email protected]"
3131
git config --local user.name "GitHub Action"
3232
git pull origin dev
33-
echo "USING TAG ${{ steps.rebuild.snapshot-tag }}"
34-
sed 's/ubcdsci\/py-intro-to-ds:[[:alnum:]]\+/ubcdsci\/py-intro-to-ds:${{ steps.rebuild.snapshot-tag }}/g' build_html.sh > build_html.tmp && mv build_html.tmp build_html.sh
33+
sed 's/ubcdsci\/py-intro-to-ds:[[:alnum:]]\+/ubcdsci\/py-intro-to-ds:${{ steps.rebuild.outputs.snapshot-tag }}/g' build_html.sh > build_html.tmp && mv build_html.tmp build_html.sh
3534
git add build_html.sh
3635
git commit -m "update build_html.sh script with new docker image"
3736
- name: Push changes to build scripts

0 commit comments

Comments
 (0)