Skip to content

Commit

Permalink
Update docker/login-action action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent ad09397 commit 8ac77a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.3.0
with:
username: finos
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 8ac77a8

Please sign in to comment.