ci: Fix bugs in nightly docker publishing (#1520)

This commit is contained in:
Sergey Kuznetsov
2024-07-05 15:04:08 +01:00
committed by GitHub
parent 29847caf0e
commit d536433d64
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ runs:
if: ${{ inputs.push_image == 'true' }}
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ env.DOCKERHUB_USERNAME }}
username: ${{ env.DOCKERHUB_USER }}
password: ${{ env.DOCKERHUB_PW }}
repository: ${{ inputs.image_name }}
short-description: ${{ inputs.description }}