Skip to content

Commit a085723

Browse files
Bump docker/login-action from 3 to 4 (NewFuture#683)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afab292 commit a085723

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-nuitka-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v6
4949

50-
- uses: docker/login-action@v3
50+
- uses: docker/login-action@v4
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.actor }}
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- uses: actions/checkout@v6
8686

87-
- uses: docker/login-action@v3
87+
- uses: docker/login-action@v4
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}
@@ -121,7 +121,7 @@ jobs:
121121
name: preview
122122
url: https://github.com/NewFuture/DDNS/pkgs/container/nuitka-builder/
123123
steps:
124-
- uses: docker/login-action@v3
124+
- uses: docker/login-action@v4
125125
with:
126126
registry: ghcr.io
127127
username: ${{ github.actor }}
@@ -147,7 +147,7 @@ jobs:
147147
name: preview
148148
url: https://github.com/NewFuture/DDNS/pkgs/container/nuitka-builder/
149149
steps:
150-
- uses: docker/login-action@v3
150+
- uses: docker/login-action@v4
151151
with:
152152
registry: ghcr.io
153153
username: ${{ github.actor }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,12 +471,12 @@ jobs:
471471
with:
472472
name: docker-qemu
473473

474-
- uses: docker/login-action@v3
474+
- uses: docker/login-action@v4
475475
with:
476476
registry: ghcr.io
477477
username: ${{ github.actor }}
478478
password: ${{ secrets.GITHUB_TOKEN }}
479-
- uses: docker/login-action@v3
479+
- uses: docker/login-action@v4
480480
with:
481481
username: ${{ secrets.DOCKERHUB_USERNAME }}
482482
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
with:
3131
platforms: ${{ env.platforms }}
3232
- uses: docker/setup-buildx-action@v3
33-
- uses: docker/login-action@v3
33+
- uses: docker/login-action@v4
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
38-
- uses: docker/login-action@v3
38+
- uses: docker/login-action@v4
3939
with:
4040
username: ${{ secrets.DOCKERHUB_USERNAME }}
4141
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)