Update main.yml

This commit is contained in:
Noxcis 2024-08-24 01:18:49 -05:00 committed by GitHub
parent 93cf3c69b8
commit 5f72f90031
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}