Skip to content

Commit caa24dc

Browse files
chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 (#47)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.1.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 14b5ba7 commit caa24dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
run: docker build -t gameservermanagers/linuxgsm:ubuntu-22.04 -f ./Dockerfile.ubuntu-2204 .
2828

2929
- name: Login to DockerHub
30-
uses: docker/login-action@v3.0.0
30+
uses: docker/login-action@v3.1.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.0.0
36+
uses: docker/login-action@v3.1.0
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}
@@ -71,13 +71,13 @@ jobs:
7171
run: docker build -t gameservermanagers/linuxgsm:ubuntu-20.04 -f ./Dockerfile.ubuntu-2004 .
7272

7373
- name: Login to DockerHub
74-
uses: docker/login-action@v3.0.0
74+
uses: docker/login-action@v3.1.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.0.0
80+
uses: docker/login-action@v3.1.0
8181
with:
8282
registry: ghcr.io
8383
username: ${{ github.actor }}

0 commit comments

Comments
 (0)