Skip to content

Commit

Permalink
ci: Upgrade the cli version to allow rgb background in the tileset co…
Browse files Browse the repository at this point in the history
…nfig. (#921)

#### Motivation

Currently the tileset config background has to be defined as hex string.
We are migrating them into rgb in the future. Just update the cli
version to allow the bundling parser to allow both hex and rgd.
linz/basemaps@23df7de

#### Modification

update cli version

#### Checklist

_If not applicable, provide explanation of why._

- [ ] Tests updated
- [ ] Docs updated
- [ ] Issue linked in Title
  • Loading branch information
Wentao-Kuang authored Jun 24, 2024
1 parent 38fa959 commit 486a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- master

env:
BASEMAPS_CONTAINER_VERSION: v7.3.0-2-g9396f606
BASEMAPS_CONTAINER_VERSION: v7.4.0-7-g25e94af4

jobs:
build:
Expand Down

0 comments on commit 486a0ed

Please sign in to comment.