File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 31
31
run : ./generate-dockerfiles.sh
32
32
33
33
- name : Upload a Build Artifact
34
- uses : actions/upload-artifact@v4.6.0
34
+ uses : actions/upload-artifact@v4.6.2
35
35
with :
36
36
# Artifact name
37
37
name : Dockerfiles
@@ -131,7 +131,7 @@ jobs:
131
131
${{ matrix.shortname }}
132
132
133
133
- name : Build and push
134
- uses : docker/build-push-action@v6.13 .0
134
+ uses : docker/build-push-action@v6.17 .0
135
135
with :
136
136
context : .
137
137
file : dockerfiles/Dockerfile.${{ matrix.shortname }}
Original file line number Diff line number Diff line change 4
4
# https://github.com/GameServerManagers/docker-gameserver
5
5
#
6
6
7
- FROM ghcr.io/gameservermanagers/linuxgsm:ubuntu-24 .04
7
+ FROM ghcr.io/gameservermanagers/linuxgsm:ubuntu-22 .04
8
8
LABEL maintainer="LinuxGSM <me@danielgibbs.co.uk>"
9
9
ARG SHORTNAME=bf1942
10
10
ENV GAMESERVER=bf1942server
11
11
12
12
WORKDIR /app
13
13
14
14
## Auto install game server requirements
15
- RUN depshortname=$(curl --connect-timeout 10 -s https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/ubuntu-24 .04.csv |awk -v shortname="bf1942" -F, '$1==shortname {$1=""; print $0}') \
15
+ RUN depshortname=$(curl --connect-timeout 10 -s https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/ubuntu-22 .04.csv |awk -v shortname="bf1942" -F, '$1==shortname {$1=""; print $0}') \
16
16
&& if [ -n "${depshortname}" ]; then \
17
17
echo "**** Install ${depshortname} ****" \
18
18
&& apt-get update \
Original file line number Diff line number Diff line change 4
4
# https://github.com/GameServerManagers/docker-gameserver
5
5
#
6
6
7
- FROM ghcr.io/gameservermanagers/linuxgsm:ubuntu-24 .04
7
+ FROM ghcr.io/gameservermanagers/linuxgsm:ubuntu-22 .04
8
8
LABEL maintainer="LinuxGSM <me@danielgibbs.co.uk>"
9
9
ARG SHORTNAME=bfv
10
10
ENV GAMESERVER=bfvserver
11
11
12
12
WORKDIR /app
13
13
14
14
## Auto install game server requirements
15
- RUN depshortname=$(curl --connect-timeout 10 -s https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/ubuntu-24 .04.csv |awk -v shortname="bfv" -F, '$1==shortname {$1=""; print $0}') \
15
+ RUN depshortname=$(curl --connect-timeout 10 -s https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/ubuntu-22 .04.csv |awk -v shortname="bfv" -F, '$1==shortname {$1=""; print $0}') \
16
16
&& if [ -n "${depshortname}" ]; then \
17
17
echo "**** Install ${depshortname} ****" \
18
18
&& apt-get update \
Original file line number Diff line number Diff line change 4
4
# https://github.com/GameServerManagers/docker-gameserver
5
5
#
6
6
7
- FROM ghcr.io/gameservermanagers/linuxgsm:ubuntu-24 .04
7
+ FROM ghcr.io/gameservermanagers/linuxgsm:ubuntu-22 .04
8
8
LABEL maintainer="LinuxGSM <me@danielgibbs.co.uk>"
9
9
ARG SHORTNAME=vints
10
10
ENV GAMESERVER=vintsserver
11
11
12
12
WORKDIR /app
13
13
14
14
## Auto install game server requirements
15
- RUN depshortname=$(curl --connect-timeout 10 -s https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/ubuntu-24 .04.csv |awk -v shortname="vints" -F, '$1==shortname {$1=""; print $0}') \
15
+ RUN depshortname=$(curl --connect-timeout 10 -s https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/lgsm/data/ubuntu-22 .04.csv |awk -v shortname="vints" -F, '$1==shortname {$1=""; print $0}') \
16
16
&& if [ -n "${depshortname}" ]; then \
17
17
echo "**** Install ${depshortname} ****" \
18
18
&& apt-get update \
You can’t perform that action at this time.
0 commit comments