mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
don't prefix release to docker releases
This commit is contained in:
parent
d575e5fb2f
commit
6d46492693
2
.github/workflows/docker-hub-release.yml
vendored
2
.github/workflows/docker-hub-release.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
|||||||
platforms: ${{ env.PLATFORMS }}
|
platforms: ${{ env.PLATFORMS }}
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.DOCKER_NAMESPACE }}/matrix-hookshot:release-${{ env.RELEASE_VERSION }}
|
${{ env.DOCKER_NAMESPACE }}/matrix-hookshot:${{ env.RELEASE_VERSION }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user