Migration to GitHub Actions and image namespace update

This commit is contained in:
Héctor Molinero Fernández
2022-04-26 23:32:52 +02:00
parent 05b0ef567e
commit 40978527b9
11 changed files with 168 additions and 139 deletions

2
run.sh
View File

@@ -6,7 +6,7 @@ export LC_ALL=C
DOCKER=$(command -v docker 2>/dev/null)
IMAGE_REGISTRY=docker.io
IMAGE_NAMESPACE=hectormolinero
IMAGE_NAMESPACE=hectorm
IMAGE_PROJECT=xubuntu
IMAGE_TAG=latest
IMAGE_NAME=${IMAGE_REGISTRY:?}/${IMAGE_NAMESPACE:?}/${IMAGE_PROJECT:?}:${IMAGE_TAG:?}