File tree 3 files changed +11
-67
lines changed
3 files changed +11
-67
lines changed Original file line number Diff line number Diff line change 21
21
username : ${{ secrets.DOCKER_USERNAME }}
22
22
password : ${{ secrets.DOCKER_PASSWORD }}
23
23
24
- - name : Push to Docker Hub
24
+ - name : Push debian image
25
+ uses : docker/build-push-action@v2
26
+ with :
27
+ push : true
28
+ tags : |
29
+ ceifa/garrysmod:debian
30
+ ceifa/garrysmod:latest
31
+ file : debian.Dockerfile
32
+
33
+ - name : Push debian-x64-root image
25
34
uses : docker/build-push-action@v2
26
35
with :
27
36
push : true
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Run a Garry's Mod server easily inside a docker container
8
8
* ` debian ` - a gmod server based on debian
9
9
* ` debian-x64 ` - (NOT STABLE YET) a gmod server based on debian but running on beta version of srcds for x64 bit CPUs
10
10
* ` debian-root ` - same as ` debian ` but executed as root user
11
+ * ` debian-x64-root ` - same as ` debian-x64 ` but executed as root user
11
12
* ` debian-post ` - same as ` debian ` but the server is installed with the container starting
12
- * ` debian-post-root ` - same as ` debian-post ` but executed as root user
13
13
* ` ubuntu ` - a gmod server based on ubuntu
14
14
15
15
## Features
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments