Skip to content

Commit 017f928

Browse files
committed
trigger build for 2501052000
1 parent 592d5bd commit 017f928

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.devcontainer/trigger-build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
TAG=$(jq -r .image <devcontainer.json | awk -F: '{print $2}')
2+
git commit -m "trigger build for $TAG" -a
3+
git tag $TAG
4+
echo Ready for $TAG - run 'git push origin main --tags'

0 commit comments

Comments
 (0)