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

View File

@@ -19,7 +19,7 @@ docker run \
--publish 3322:3322/tcp \
--publish 3389:3389/tcp \
--device /dev/dri:/dev/dri \
docker.io/hectormolinero/xubuntu:latest
docker.io/hectorm/xubuntu:latest
```
### Docker Compose
@@ -28,7 +28,7 @@ docker run \
version: '3.9'
services:
xubuntu:
image: 'docker.io/hectormolinero/xubuntu:latest'
image: 'docker.io/hectorm/xubuntu:latest'
shm_size: '2gb'
ports:
- '3322:3322/tcp'