FreedomBox/maintenance-scripts/update-gitlabci-docker-image.sh
Joseph Nuthalapati e383751728
ci: Add maintenance script for updating images
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2020-03-13 18:20:29 -04:00

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