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 42a7382 commit 06ebab0Copy full SHA for 06ebab0
.github/workflows/update_build_environment.yml
@@ -31,6 +31,7 @@ jobs:
31
git config --local user.name "GitHub Action"
32
git pull origin main
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
34
+ chmod u+x build_html.sh
35
git add build_html.sh
36
git commit -m "update build_html.sh script with new docker image"
37
- name: Push changes to build scripts
0 commit comments