Skip to content

Commit 0b29d20

Browse files
authored
Merge pull request #2537 from karatelabs/dependabot/github_actions/docker/login-action-3.1.0
Bump docker/login-action from 3.0.0 to 3.1.0
2 parents a378ba4 + cdbba0c commit 0b29d20

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)