Skip to content

Commit a037fe4

Browse files
committed
change structure
1 parent 7e9ffde commit a037fe4

8 files changed

Lines changed: 11 additions & 13 deletions

File tree

File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: Legacy
1+
name: 1.10 (Legacy)
22

33
on:
44
workflow_dispatch:
55
pull_request:
66
paths:
77
- .github/workflows/latest.yaml
8-
- legacy/**
8+
- 1.10/**
99
push:
1010
branches:
1111
- main
1212
paths:
1313
- .github/workflows/latest.yaml
14-
- legacy/**
14+
- 1.10/**
1515

1616
env:
1717
AWS_REGION: us-east-1
1818
DOCKERHUB_SLUG: composer/composer
1919
ECR_SLUG: public.ecr.aws/u0u1j5s3/composer
2020
GHCR_SLUG: ghcr.io/composer/docker
21-
DIRECTORY: legacy
21+
DIRECTORY: 1.10
2222

2323
jobs:
2424

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: LTS (Long Term Support)
1+
name: 2.2 (Long Term Support)
22

33
on:
44
workflow_dispatch:
55
pull_request:
66
paths:
7-
- .github/workflows/lts.yaml
8-
- lts/**
7+
- 2.2.yaml
8+
- 2.2/**
99
push:
1010
branches:
1111
- main
1212
paths:
13-
- .github/workflows/lts.yaml
14-
- lts/**
13+
- 2.2.yaml
14+
- 2.2/**
1515

1616
env:
1717
AWS_REGION: us-east-1
1818
DOCKERHUB_SLUG: composer/composer
1919
ECR_SLUG: public.ecr.aws/u0u1j5s3/composer
2020
GHCR_SLUG: ghcr.io/composer/docker
21-
DIRECTORY: lts
21+
DIRECTORY: 2.2
2222

2323
jobs:
2424

File renamed without changes.
File renamed without changes.

generate-stackbrew-library.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
set -Eeuo pipefail
33

44
declare -A aliases=(
5-
[legacy]='1'
6-
[lts]='lts'
7-
[latest]='2 latest'
5+
[latest]='latest'
86
)
97

108
self="$(basename "${BASH_SOURCE[0]}")"

0 commit comments

Comments
 (0)