Skip to content

Commit

Permalink
ci: Update Docker Hub description on release
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed May 13, 2024
1 parent f629a5b commit bd6df5f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Update Docker Hub repository description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ vars.DOCKER_REPOSITORY }}

release:
runs-on: ubuntu-latest
Expand All @@ -66,3 +60,10 @@ jobs:
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

- name: Update Docker Hub repository description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ vars.DOCKER_REPOSITORY }}

0 comments on commit bd6df5f

Please sign in to comment.