Skip to content

Commit b06a7e4

Browse files
Bump docker/login-action from 3.3.0 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.3.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1901ce7 commit b06a7e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Log in to the Container registry
26-
uses: docker/login-action@v3.3.0
26+
uses: docker/login-action@v4.1.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v6
5454

5555
- name: Log in to the Container registry
56-
uses: docker/login-action@v3.3.0
56+
uses: docker/login-action@v4.1.0
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}

0 commit comments

Comments
 (0)