Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
This commit allows branch builds to find the tag for the branch base.
  • Loading branch information
kfindeisen committed Nov 14, 2023
1 parent 4f909bf commit dadf96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
# relatively stable Pipelines containers that are needed to avoid issues with
# the "latest" version; they would remain in this list until "latest" becomes
# usable for all building and testing.
BASE_TAG_LIST: '["latest"]'
BASE_TAG_LIST: '["DM-41664-d_latest"]'

jobs:
matrix-gen:
Expand Down

0 comments on commit dadf96e

Please sign in to comment.