Skip to content

Commit

Permalink
Merge pull request #61 from voxpupuli/fix_dockerhub_readme_update
Browse files Browse the repository at this point in the history
fix: add checkout to let dha update dockerhubs readme
  • Loading branch information
rwaffen authored Oct 25, 2024
2 parents 032c594 + 0267889 commit c23e689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ jobs:
needs:
- create-multiarch-manifests
steps:
- name: Source checkout
uses: actions/checkout@v4

- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down

0 comments on commit c23e689

Please sign in to comment.