Skip to content

Commit

Permalink
[ci] Upgrade docker/login-action from v1 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 9, 2024
1 parent 51c055c commit c4a6f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-builds-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
Expand Down

0 comments on commit c4a6f10

Please sign in to comment.