Skip to content

Commit

Permalink
Update Docker Hub README on main push or tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
srstsavage committed Mar 6, 2023
1 parent 7133be2 commit 307dbe7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,10 @@ jobs:
BASE_IMAGE=${{ matrix.base }}
cache-from: type=local,src=${ BUILDX_CACHE }
cache-to: type=local,dest=${ BUILDX_CACHE }

- name: Update repo description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: axiom/docker-erddap

0 comments on commit 307dbe7

Please sign in to comment.