Skip to content

Commit 97c2f42

Browse files
chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#50)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2eec98 commit 97c2f42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ 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 }}
@@ -71,13 +71,13 @@ 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 }}
@@ -111,13 +111,13 @@ 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 }}

0 commit comments

Comments
 (0)