Update docker.yml

This commit is contained in:
A-Cepheus 2024-03-18 17:17:07 +08:00 committed by GitHub
parent cf9990fde9
commit 8433568e35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
-
name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}