Skip to content

Commit 3b437de

Browse files
Bump docker/login-action from 2.1.0 to 2.2.0 (#15)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2.1.0...v2.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 a86b25c commit 3b437de

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
@@ -22,12 +22,12 @@ jobs:
2222
#- name: Test
2323
# run: docker run --rm gameservermanagers/linuxgsm:ubuntu-22.04 ./linuxgsm.sh list
2424
- name: Login to DockerHub
25-
uses: docker/login-action@v2.1.0
25+
uses: docker/login-action@v2.2.0
2626
with:
2727
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2828
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2929
- name: Login to GitHub Container Registry
30-
uses: docker/login-action@v2.1.0
30+
uses: docker/login-action@v2.2.0
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}
@@ -59,12 +59,12 @@ jobs:
5959
#- name: Test
6060
# run: docker run --rm gameservermanagers/linuxgsm:ubuntu-20.04 ./linuxgsm.sh list
6161
- name: Login to DockerHub
62-
uses: docker/login-action@v2.1.0
62+
uses: docker/login-action@v2.2.0
6363
with:
6464
username: ${{ secrets.DOCKER_HUB_USERNAME }}
6565
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
6666
- name: Login to GitHub Container Registry
67-
uses: docker/login-action@v2.1.0
67+
uses: docker/login-action@v2.2.0
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.actor }}
@@ -94,12 +94,12 @@ jobs:
9494
#- name: Test
9595
# run: docker run --rm gameservermanagers/linuxgsm:ubuntu-18.04 ./linuxgsm.sh list
9696
- name: Login to DockerHub
97-
uses: docker/login-action@v2.1.0
97+
uses: docker/login-action@v2.2.0
9898
with:
9999
username: ${{ secrets.DOCKER_HUB_USERNAME }}
100100
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
101101
- name: Login to GitHub Container Registry
102-
uses: docker/login-action@v2.1.0
102+
uses: docker/login-action@v2.2.0
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.actor }}

0 commit comments

Comments
 (0)