Skip to content

Commit

Permalink
Merge pull request #24 from cnieg/add_dockerhub_readme
Browse files Browse the repository at this point in the history
github workflow: fix indentation
  • Loading branch information
gcavelier authored Aug 28, 2024
2 parents b9fb47c + cab388f commit 84d8e19
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
tag: ${{ env.semVer }}
makeLatest: "true"

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: cnieg/gitlab-tokens-exporter
readme-filepath: ./README_dockerhub.md
short-description: ${{ github.event.repository.description }}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: cnieg/gitlab-tokens-exporter
readme-filepath: ./README_dockerhub.md
short-description: ${{ github.event.repository.description }}

0 comments on commit 84d8e19

Please sign in to comment.