Attempt to fix bad docker login

This commit is contained in:
Joshua M. Boniface
2024-03-03 17:02:15 -05:00
parent d82270d270
commit eb9acec3bc

View File

@@ -39,8 +39,9 @@ jobs:
./checkout.py ${{ inputs.version }}
- name: "Log in to Docker Hub"
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}