Gitlab CI: Switch to our own docker hub

This commit is contained in:
Lain Soykaf 2023-12-13 13:08:00 +04:00
parent 935dce9a0b
commit 1458de92f0
2 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,7 @@ unit-testing-rum:
stage: test
cache: *testing_cache_policy
services:
- name: lainsoykaf/postgres-with-rum:13
- name: git.pleroma.social:5050/pleroma/pleroma/postgres-with-rum-13
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
variables:

View File

@ -0,0 +1 @@
docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/postgres-with-rum-13:latest --push .