Skip to content

Commit bc092d8

Browse files
authored
Merge pull request #2395 from karatelabs/dependabot/github_actions/docker/login-action-3.0.0
Bump docker/login-action from 2.2.0 to 3.0.0
2 parents 456254b + 8f6f211 commit bc092d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-release.yml

+1-1
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@465a07811f14bebb1938fbed4728c6a1ff8901fc
36+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
3737
with:
3838
username: ${{ secrets.DOCKER_USERNAME }}
3939
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)