File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
run : docker build -t gameservermanagers/linuxgsm:ubuntu-22.04 -f ./Dockerfile.ubuntu-2204 .
28
28
29
29
- name : Login to DockerHub
30
- uses : docker/login-action@v3.0 .0
30
+ uses : docker/login-action@v3.1 .0
31
31
with :
32
32
username : ${{ secrets.DOCKER_HUB_USERNAME }}
33
33
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
34
34
35
35
- name : Login to GitHub Container Registry
36
- uses : docker/login-action@v3.0 .0
36
+ uses : docker/login-action@v3.1 .0
37
37
with :
38
38
registry : ghcr.io
39
39
username : ${{ github.actor }}
@@ -71,13 +71,13 @@ jobs:
71
71
run : docker build -t gameservermanagers/linuxgsm:ubuntu-20.04 -f ./Dockerfile.ubuntu-2004 .
72
72
73
73
- name : Login to DockerHub
74
- uses : docker/login-action@v3.0 .0
74
+ uses : docker/login-action@v3.1 .0
75
75
with :
76
76
username : ${{ secrets.DOCKER_HUB_USERNAME }}
77
77
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
78
78
79
79
- name : Login to GitHub Container Registry
80
- uses : docker/login-action@v3.0 .0
80
+ uses : docker/login-action@v3.1 .0
81
81
with :
82
82
registry : ghcr.io
83
83
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments