ci(release): use new dockerhub-description format
This will fix the reported action release failures
This commit is contained in:
parent
c1fbd9ff7a
commit
9d45928bd7
|
@ -217,10 +217,10 @@ jobs:
|
|||
|
||||
- name: Update repo description
|
||||
uses: peter-evans/dockerhub-description@v2.4.1
|
||||
env:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
DOCKERHUB_REPOSITORY: ${{ matrix.docker-image }}
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: ${{ matrix.docker-image }}
|
||||
|
||||
- name: Inspect
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue