Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
This commit forces service builds to be temporarily built with the
d_2023_11_22 container instead of the unstable latest container. latest
should be stable by the time this issue is ready for merging.
  • Loading branch information
kfindeisen committed Dec 5, 2023
1 parent 0ee0981 commit 8d98cb7
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: '["d_2023_11_22"]'

jobs:
matrix-gen:
Expand Down

0 comments on commit 8d98cb7

Please sign in to comment.