mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Add maintenance script for updating images
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
001a69e3a2
commit
e383751728
9
maintenance-scripts/update-gitlabci-docker-image.sh
Executable file
9
maintenance-scripts/update-gitlabci-docker-image.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#! /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
|
||||
Loading…
x
Reference in New Issue
Block a user