mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 08:05:50 +00:00
ci: Fix bugs in nightly docker publishing (#1520)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user