mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Rename Dockerfiles to Containerfiles
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
ecc03e2d3b
commit
f5ff0a6cf5
@ -7,5 +7,5 @@ CONTAINER="${CONTAINER:-gitlabci}"
|
||||
podman login registry.salsa.debian.org
|
||||
|
||||
# Build and upload a new image to the container registry
|
||||
podman build -t registry.salsa.debian.org/freedombox-team/freedombox:${CONTAINER} -f .ci/Dockerfile.${CONTAINER} .
|
||||
podman build -t registry.salsa.debian.org/freedombox-team/freedombox:${CONTAINER} -f .ci/Containerfile.${CONTAINER} .
|
||||
podman push registry.salsa.debian.org/freedombox-team/freedombox:${CONTAINER}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user