Skip to content

Commit f27d125

Browse files
trying to debug docker publish snapshot tag
1 parent c1ecfd2 commit f27d125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_build_environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +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 }}"
3334
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
3435
git add build_html.sh
3536
git commit -m "update build_html.sh script with new docker image"

0 commit comments

Comments
 (0)