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 febf219
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ 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
enable-url-completion: true
- name: Create Release
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
uses: actions/create-release@v1
Expand Down

0 comments on commit febf219

Please sign in to comment.