Skip to content

Commit bf6edb9

Browse files
committed
string instead of float to keep trailing 0
(and for consistency also 2.2)
1 parent a037fe4 commit bf6edb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/1.10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
DOCKERHUB_SLUG: composer/composer
1919
ECR_SLUG: public.ecr.aws/u0u1j5s3/composer
2020
GHCR_SLUG: ghcr.io/composer/docker
21-
DIRECTORY: 1.10
21+
DIRECTORY: '1.10'
2222

2323
jobs:
2424

.github/workflows/2.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
DOCKERHUB_SLUG: composer/composer
1919
ECR_SLUG: public.ecr.aws/u0u1j5s3/composer
2020
GHCR_SLUG: ghcr.io/composer/docker
21-
DIRECTORY: 2.2
21+
DIRECTORY: '2.2'
2222

2323
jobs:
2424

0 commit comments

Comments
 (0)