Skip to content

Commit ea0602e

Browse files
committed
ci: T9047: dispatch docker-image rebuild against production ref
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)
1 parent f896448 commit ea0602e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-docker-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
env:
25-
REF: main # Used for curl to trigger image build
25+
REF: production # Used for curl to trigger image build
2626

2727
steps:
2828
- name: Checkout vyos/vyos-build repo

0 commit comments

Comments
 (0)