You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently if you do task image-tag then git push it will trigge a built for everythiing
we should refactor so doing
task image-tag RT=php (or RT=nodejs etc) it will generate a tag like php- and the build will build (AND PUSH) only the php runtimes
Some chages are required in the .github workflow and the taskfile
BONUS: using task image-tag without a RT parameter will generate
php-<tag>
nodejs-<tag>
python-<tag>
so there will be parallels build triggered by each tag...
The text was updated successfully, but these errors were encountered:
currently if you do
task image-tag
thengit push
it will trigge a built for everythiingwe should refactor so doing
task image-tag RT=php
(or RT=nodejs etc) it will generate a tag like php- and the build will build (AND PUSH) only the php runtimesSome chages are required in the .github workflow and the taskfile
The text was updated successfully, but these errors were encountered: