Skip to content

Commit

Permalink
Merge pull request #2537 from karatelabs/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
ptrthomas authored Apr 3, 2024
2 parents a378ba4 + cdbba0c commit 0b29d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mvn clean install -B -ntp -DskipTests -P pre-release
./build-docker.sh
- name: docker login
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 0b29d20

Please sign in to comment.