Skip to content

Commit

Permalink
Merge pull request #84 from cnescatlab/feature/doc_docker_hub
Browse files Browse the repository at this point in the history
readme update for docker hub
  • Loading branch information
louisjdmartin authored Apr 24, 2024
2 parents 9e6458c + 01598ca commit f22fccb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ jobs:
tags: ${{ env.DOCKER_IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}

- name: Update repo description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
repository: cnescatlab/docker-cat

close_milestone:
name: Close milestone
runs-on: ubuntu-20.04
Expand Down

0 comments on commit f22fccb

Please sign in to comment.