Skip to content

Commit 8af7d22

Browse files
committed
Change images
1 parent dd07792 commit 8af7d22

File tree

3 files changed

+11
-67
lines changed

3 files changed

+11
-67
lines changed

.github/workflows/push.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ jobs:
2121
username: ${{ secrets.DOCKER_USERNAME }}
2222
password: ${{ secrets.DOCKER_PASSWORD }}
2323

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
2534
uses: docker/build-push-action@v2
2635
with:
2736
push: true

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Run a Garry's Mod server easily inside a docker container
88
* `debian` - a gmod server based on debian
99
* `debian-x64` - (NOT STABLE YET) a gmod server based on debian but running on beta version of srcds for x64 bit CPUs
1010
* `debian-root` - same as `debian` but executed as root user
11+
* `debian-x64-root` - same as `debian-x64` but executed as root user
1112
* `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
1313
* `ubuntu` - a gmod server based on ubuntu
1414

1515
## Features

debian-post-root.Dockerfile

-65
This file was deleted.

0 commit comments

Comments
 (0)