Compare commits

..

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

View File

@ -15,7 +15,7 @@ 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 --push \
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) \