Skip to content

Commit 3bfbb15

Browse files
[ci] Fix false reference in docker slave build pipeline. sonic-net#19188
Why I did it When upgrade to bookworm container, this file is changed by mistake. bookworm branch is out of date. It breaks pipeline to build sonic-slave-*. Work item tracking Microsoft ADO (number only): 28290170 How I did it How to verify it
1 parent 99b31c2 commit 3bfbb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/docker-sonic-slave.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
- repository: buildimage
99
type: github
1010
name: sonic-net/sonic-buildimage
11-
ref: bookworm
11+
ref: master
1212
endpoint: sonic-net
1313

1414
schedules:

0 commit comments

Comments
 (0)