Skip to content

Commit b1b5fac

Browse files
committed
2 parents 6dcb3cb + 97c2f42 commit b1b5fac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/docker-publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ jobs:
2727
run: docker build -t gameservermanagers/linuxgsm:ubuntu-24.04 -f ./Dockerfile.ubuntu-2404 .
2828

2929
- name: Login to DockerHub
30-
uses: docker/login-action@v3.1.0
30+
uses: docker/login-action@v3.2.0
3131
with:
3232
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3333
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
3434

3535
- name: Login to GitHub Container Registry
36-
uses: docker/login-action@v3.1.0
36+
uses: docker/login-action@v3.2.0
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build and push (Ubuntu 24.04)
43-
uses: docker/build-push-action@v5.3.0
43+
uses: docker/build-push-action@v5.4.0
4444
with:
4545
context: .
4646
file: ./Dockerfile.ubuntu-2404
@@ -71,20 +71,20 @@ jobs:
7171
run: docker build -t gameservermanagers/linuxgsm:ubuntu-22.04 -f ./Dockerfile.ubuntu-2204 .
7272

7373
- name: Login to DockerHub
74-
uses: docker/login-action@v3.1.0
74+
uses: docker/login-action@v3.2.0
7575
with:
7676
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7777
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
7878

7979
- name: Login to GitHub Container Registry
80-
uses: docker/login-action@v3.1.0
80+
uses: docker/login-action@v3.2.0
8181
with:
8282
registry: ghcr.io
8383
username: ${{ github.actor }}
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585

8686
- name: Build and push (Ubuntu 22.04)
87-
uses: docker/build-push-action@v5.3.0
87+
uses: docker/build-push-action@v5.4.0
8888
with:
8989
context: .
9090
file: ./Dockerfile.ubuntu-2204
@@ -111,20 +111,20 @@ jobs:
111111
run: docker build -t gameservermanagers/linuxgsm:ubuntu-20.04 -f ./Dockerfile.ubuntu-2004 .
112112

113113
- name: Login to DockerHub
114-
uses: docker/login-action@v3.1.0
114+
uses: docker/login-action@v3.2.0
115115
with:
116116
username: ${{ secrets.DOCKER_HUB_USERNAME }}
117117
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
118118

119119
- name: Login to GitHub Container Registry
120-
uses: docker/login-action@v3.1.0
120+
uses: docker/login-action@v3.2.0
121121
with:
122122
registry: ghcr.io
123123
username: ${{ github.actor }}
124124
password: ${{ secrets.GITHUB_TOKEN }}
125125

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

0 commit comments

Comments
 (0)