Skip to content

Commit

Permalink
Update Docker Hub description
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Feb 5, 2024
1 parent 7c93c86 commit c8ef133
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/flightlog:latest
${{ secrets.DOCKERHUB_USERNAME }}/flightlog:${{ github.ref_name }}
- name: Update Docker Hub Description
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ secrets.DOCKERHUB_USERNAME }}/flightlog
readme-filepath: ./README.md
- name: Create Release
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
uses: actions/create-release@v1
Expand Down

0 comments on commit c8ef133

Please sign in to comment.