Skip to content

Commit d47a9f6

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 4968706 + 0842229 commit d47a9f6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/setup-qemu-action@v3
2222

2323
- name: Setup Docker Buildx
24-
uses: docker/setup-buildx-action@v3.6.1
24+
uses: docker/setup-buildx-action@v3.8.0
2525

2626
- name: Build
2727
run: docker build -t gameservermanagers/linuxgsm:ubuntu-24.04 -f ./Dockerfile.ubuntu-2404 .
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build and push (Ubuntu 24.04)
43-
uses: docker/build-push-action@v6.7.0
43+
uses: docker/build-push-action@v6.13.0
4444
with:
4545
context: .
4646
file: ./Dockerfile.ubuntu-2404
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/setup-qemu-action@v3
6666

6767
- name: Setup Docker Buildx
68-
uses: docker/setup-buildx-action@v3.6.1
68+
uses: docker/setup-buildx-action@v3.8.0
6969

7070
- name: Build
7171
run: docker build -t gameservermanagers/linuxgsm:ubuntu-22.04 -f ./Dockerfile.ubuntu-2204 .
@@ -84,7 +84,7 @@ jobs:
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585

8686
- name: Build and push (Ubuntu 22.04)
87-
uses: docker/build-push-action@v6.7.0
87+
uses: docker/build-push-action@v6.13.0
8888
with:
8989
context: .
9090
file: ./Dockerfile.ubuntu-2204
@@ -105,7 +105,7 @@ jobs:
105105
uses: docker/setup-qemu-action@v3
106106

107107
- name: Setup Docker Buildx
108-
uses: docker/setup-buildx-action@v3.6.1
108+
uses: docker/setup-buildx-action@v3.8.0
109109

110110
- name: Build
111111
run: docker build -t gameservermanagers/linuxgsm:ubuntu-20.04 -f ./Dockerfile.ubuntu-2004 .
@@ -124,7 +124,7 @@ jobs:
124124
password: ${{ secrets.GITHUB_TOKEN }}
125125

126126
- name: Build and push (Ubuntu 20.04)
127-
uses: docker/build-push-action@v6.7.0
127+
uses: docker/build-push-action@v6.13.0
128128
with:
129129
context: .
130130
file: ./Dockerfile.ubuntu-2004

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2022-2024 Daniel Gibbs
3+
Copyright (c) 2022-2025 Daniel Gibbs
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)