add 'v' to docker tag, bump version to test rel.

This commit is contained in:
acalcutt
2022-12-10 15:07:54 -05:00
parent 0d506b7ee9
commit 63701471d4
3 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ jobs:
with:
context: .
push: true
tags: maptiler/tileserver-gl:latest, maptiler/tileserver-gl:${{ env.PACKAGE_VERSION }}
tags: maptiler/tileserver-gl:latest, maptiler/tileserver-gl:v${{ env.PACKAGE_VERSION }}
platforms: linux/arm64,linux/amd64
- name: Create Tileserver Light Directory
@@ -108,5 +108,5 @@ jobs:
context: ./light
file: ./light/Dockerfile
push: true
tags: maptiler/tileserver-gl-light:latest, maptiler/tileserver-gl-light:${{ env.PACKAGE_VERSION }}
tags: maptiler/tileserver-gl-light:latest, maptiler/tileserver-gl-light:v${{ env.PACKAGE_VERSION }}
platforms: linux/arm64,linux/amd64