Skip to content

Commit

Permalink
Update docker/login-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent a95e485 commit 33b009d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Login to Harbor
- name: Login to Nexus Docker Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ secrets.HARBOR_DOCKER_REGISTRY }}
username: ${{ secrets.HARBOR_USERNAME }}
Expand Down

0 comments on commit 33b009d

Please sign in to comment.