summaryrefslogtreecommitdiff
path: root/.github/workflows/trigger-docker-image-build.yml
AgeCommit message (Collapse)Author
2026-07-03ci: T9047: dispatch docker-image rebuild against production refYuriy Andamasov
The Docker image rebuild curl-dispatch was still pointed at vyos-reusable-workflows main, which is frozen pre-App-token-migration and still uses the retired secrets.PAT checkout pattern (empty token, immediate "could not read Username" auth failure on every dispatched run since 2026-06-02). The fix already shipped and is live on production (VyOS-Networks/vyos-reusable-workflows#123, merged 2026-05-31) — this caller was simply never repointed. 🤖 Generated by [robots](https://vyos.io)
2026-05-30ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#1204)Yuriy Andamasov
Tracking: T8943
2026-05-06T8463: Update GitHub actions to latest versionsasklymenko
2026-02-02T8218: Fixed pull request branch fetching issue post Github ↵kumvijaya
pull_request_targte policy update
2026-01-04T8144: Updated trigger-docker-image-build workflow for pull_request_target ↵kumvijaya
policy change
2024-10-21T6771: Fix trigger build container state changesViacheslav Hletenko
The git action requires checking the 'true' as a string instead of bool Otherwise it will trigger rebuild container per each merge
2024-10-10T6771: Build docker image without Jenkinsevgsentrium/T6771Yevhen Bondarenko