Skip to content

Commit cdbba0c

Browse files
Bump docker/login-action from 3.0.0 to 3.1.0
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@343f7c4...e92390c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a378ba4 commit cdbba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mvn clean install -B -ntp -DskipTests -P pre-release
3434
./build-docker.sh
3535
- name: docker login
36-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
36+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)