Skip to content

Commit

Permalink
update DockerHub description (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Feb 17, 2023
1 parent a2b9e60 commit 554c2b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@ jobs:
file: cmd/${{ matrix.image }}/Dockerfile
push: true
tags: zhenghaoz/${{ matrix.image }}:nightly

- name: Resolve Images on Description
run: |
sed -i -E "s/src=\"assets\//src=\"https:\/\/github.com\/gorse-io\/gorse\/raw\/master\/assets\//" README.md
- name: Update DockerHub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: zhenghaoz/${{ matrix.image }}

windows_images:
name: windows images
Expand Down

0 comments on commit 554c2b2

Please sign in to comment.