Skip to content

Commit ea3be17

Browse files
committed
Flip to quarterly defaults
1 parent 7bb2c63 commit ea3be17

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
# Build with base:15 (latest packages)
27+
# Build with base:15 (quarterly packages - stable default)
2828
- base_version: "15"
29-
tags: "15,latest,pkg-latest"
29+
tags: "15,latest,pkg"
3030

31-
# Build with base:15-quarterly
32-
- base_version: "15-quarterly"
33-
tags: "15-quarterly,pkg"
31+
# Build with base:15-latest (latest packages - bleeding edge)
32+
- base_version: "15-latest"
33+
tags: "15-latest,pkg-latest"
3434

3535
steps:
3636
- name: Checkout repository

0 commit comments

Comments
 (0)