Skip to content

Commit

Permalink
only update docker read-me in master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vilanculo committed Jan 24, 2023
1 parent 17c3f9d commit d21bad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
push: ${{ (contains(github.ref, 'master') || contains(github.ref, 'next')) }}

- name: Update legacy Docker Hub Description
if: ${{ (contains(github.ref, 'master') }}
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -71,6 +72,7 @@ jobs:
readme-filepath: packages/service/README.md

- name: Update Docker Hub Description
if: ${{ (contains(github.ref, 'master') }}
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit d21bad1

Please sign in to comment.