Skip to content

Commit

Permalink
Bump app and docker upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Nov 10, 2024
1 parent 39595d4 commit 2f8ec4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
docker run --rm -v ${{ github.workspace }}/outputs:/app/outputs ${{ steps.meta.outputs.tags }} --style protomaps --apikey ${{ secrets.PROTOMAPS_API_KEY }} --bounds "-54.28772,3.11460,-54.03630,3.35025" -Z 5 -f protomaps-${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
- name: Upload mbtiles artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: mbtiles-${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
path: outputs/*.mbtiles
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapgl-tile-renderer",
"version": "1.1.1",
"version": "1.1.2",
"description": "A tile renderer for Maplibre GL JS",
"type": "module",
"main": "./src/cli.js",
Expand Down

0 comments on commit 2f8ec4c

Please sign in to comment.