ci: Fix doubled git hash in version of nodeinfo endpoint
This commit is contained in:
parent
c2355a49b2
commit
7e13cb45bb
|
@ -419,7 +419,6 @@ docker_publish_non-release:
|
|||
- develop@funkwhale/funkwhale
|
||||
- stable@funkwhale/funkwhale
|
||||
script:
|
||||
- ./scripts/set-api-build-metadata.sh $CI_COMMIT_SHORT_SHA
|
||||
- cd $COMPONENT
|
||||
- docker buildx create --use --name A$CI_COMMIT_SHORT_SHA
|
||||
- docker buildx build --platform $BUILD_PLATFORMS --push -t $IMAGE .
|
||||
|
|
Loading…
Reference in New Issue