mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
10 lines
342 B
Bash
Executable File
10 lines
342 B
Bash
Executable File
#! /bin/bash
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
# Provide your Salsa credentials here
|
|
docker login registry.salsa.debian.org
|
|
|
|
# This might need 20 minutes to run
|
|
docker build -t registry.salsa.debian.org/freedombox-team/plinth:gitlabci -f Dockerfile.gitlabci .
|
|
docker push registry.salsa.debian.org/freedombox-team/plinth:gitlabci
|