Skip to content

Commit 3621a3d

Browse files
committed
Use explict overpass version for Docket tag
1 parent 1b948d6 commit 3621a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: true
3737
cache-mode: max
3838
meta-images: ${{ vars.DOCKERHUB_USERNAME }}/overpass-api
39-
meta-tags: type=semver,pattern={{version}}
39+
meta-tags: type=raw,value=${{ github.event.release.tag_name || inputs.overpass_version }}
4040
secrets:
4141
registry-auths: |
4242
- registry: docker.io

0 commit comments

Comments
 (0)