update docker-build-and-publish.yml

This commit is contained in:
Reese Norris
2024-10-22 12:03:45 -07:00
committed by GitHub
parent e7a9f825e3
commit 603825f400

View File

@@ -23,7 +23,7 @@ jobs:
id: buildx
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}