chore(ci): fix deprecation and optimization

This commit is contained in:
Michel Loiseleur 2024-07-29 15:58:04 +02:00 committed by GitHub
parent 898eab20ac
commit ba6b4cbcc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 7 deletions

View file

@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}