We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb2c63 commit ea3be17Copy full SHA for ea3be17
1 file changed
.github/workflows/build.yaml
@@ -24,13 +24,13 @@ jobs:
24
fail-fast: false
25
matrix:
26
include:
27
- # Build with base:15 (latest packages)
+ # Build with base:15 (quarterly packages - stable default)
28
- base_version: "15"
29
- tags: "15,latest,pkg-latest"
+ tags: "15,latest,pkg"
30
31
- # Build with base:15-quarterly
32
- - base_version: "15-quarterly"
33
- tags: "15-quarterly,pkg"
+ # Build with base:15-latest (latest packages - bleeding edge)
+ - base_version: "15-latest"
+ tags: "15-latest,pkg-latest"
34
35
steps:
36
- name: Checkout repository
0 commit comments