Skip to content

Commit 6e25a23

Browse files
Bump docker/login-action from 4.0.0 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.0.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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5624baf commit 6e25a23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
server-username: MAVEN_CENTRAL_USER
2323
server-password: MAVEN_CENTRAL_TOKEN
2424
- name: Login to registry.redhat.io
25-
uses: docker/login-action@v4.0.0
25+
uses: docker/login-action@v4.1.0
2626
with:
2727
username: ${{ secrets.REDHAT_REGISTRY_USER }}
2828
password: ${{ secrets.REDHAT_REGISTRY_TOKEN }}

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
server-username: MAVEN_CENTRAL_USER
1919
server-password: MAVEN_CENTRAL_TOKEN
2020
- name: Login to registry.redhat.io
21-
uses: docker/login-action@v4.0.0
21+
uses: docker/login-action@v4.1.0
2222
with:
2323
username: ${{ secrets.REDHAT_REGISTRY_USER }}
2424
password: ${{ secrets.REDHAT_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)