[terraria] updated documentation and base fleet resource #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Terraria Dockerhub metadata | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- servers/terraria/README.md | |
- .github/workflows/dockerhub-description.yml | |
jobs: | |
dockerHubDescription: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Update Dockerhub description | |
uses: peter-evans/dockerhub-description@v3 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_PASSWORD }} | |
repository: grubertech/terraria | |
short-description: Terraria dedicated server image with Agones integration | |
readme-filepath: ./servers/terraria/README.md |