Compare commits

..

No commits in common. "622fe236991789d479a57017c4f33ae3f36e6611" and "a96cec03388ad4522355a0f7cbeec268ac050ae2" have entirely different histories.

3 changed files with 0 additions and 34 deletions

View File

@ -117,17 +117,6 @@ restic:
variables: variables:
- $CI_COMMIT_REF_PROTECTED == "true" - $CI_COMMIT_REF_PROTECTED == "true"
pleroma:
stage: build
tags:
- docker
script:
- cd pleroma
- make push
only:
variables:
- $CI_COMMIT_REF_PROTECTED == "true"
.docker_init: &docker_init | .docker_init: &docker_init |
if ! docker info &>/dev/null; then if ! docker info &>/dev/null; then
if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then

View File

@ -1,22 +0,0 @@
NAMESPACE=alemairebe
include version
IMAGE=pleroma
push: get decompress ueberauth build
get:
wget https://git.pleroma.social/pleroma/pleroma/-/archive/$(VERSION)/pleroma-$(VERSION).tar.bz2
decompress:
tar -xf pleroma-$(VERSION).tar.bz2
ueberauth:
sed -i 's/MIX_ENV\=prod/MIX_ENV\=prod \\\n OAUTH_CONSUMER_STRATEGIES\="twitter facebook google microsoft keycloak:ueberauth_keycloak_strategy"/g' pleroma-$(VERSION)/Dockerfile
build:
docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
--tag ${NAMESPACE}/${IMAGE}:$(VERSION) \
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) pleroma-$(VERSION)

View File

@ -1 +0,0 @@
VERSION=v2.2.1