Attempt to fix bad docker login
This commit is contained in:
3
.github/workflows/release-build.yaml
vendored
3
.github/workflows/release-build.yaml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user