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
|
- develop@funkwhale/funkwhale
|
||||||
- stable@funkwhale/funkwhale
|
- stable@funkwhale/funkwhale
|
||||||
script:
|
script:
|
||||||
- ./scripts/set-api-build-metadata.sh $CI_COMMIT_SHORT_SHA
|
|
||||||
- cd $COMPONENT
|
- cd $COMPONENT
|
||||||
- docker buildx create --use --name A$CI_COMMIT_SHORT_SHA
|
- docker buildx create --use --name A$CI_COMMIT_SHORT_SHA
|
||||||
- docker buildx build --platform $BUILD_PLATFORMS --push -t $IMAGE .
|
- docker buildx build --platform $BUILD_PLATFORMS --push -t $IMAGE .
|
||||||
|
|
Loading…
Reference in New Issue