Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
addresses #361
  • Loading branch information
juniperlsimonis committed May 19, 2023
1 parent 7dea3e0 commit 59bb270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
"image_name=${{ matrix.image_name }}"
- name: Update dockerhub descriptions upon release
# if: ${{ github.event_name == 'release' }}
if: ${{ github.event_name == 'release' }}
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Version numbers follow [Semantic Versioning](https://semver.org/).

## Automating editing of dockerhub description
* Using a [3rd party action](https://github.com/peter-evans/dockerhub-description) while docker gets this funcitonality integrated
* addresses #361

# [portalcasting 0.59.0](https://github.com/weecology/portalcasting/releases/tag/v0.59.0)
*5-18-2023*
Expand Down

0 comments on commit 59bb270

Please sign in to comment.