Merge pull request #6 from JustinBenedick/master #42
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 Docker Hub Description | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
update-dockerhub-readme: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Update Docker HUB Description | |
uses: peter-evans/dockerhub-description@v4 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_TOKEN }} | |
repository: lacledeslan/gamesvr-cssource-freeplay | |
short-description: "Laclede's LAN Counter-Strike Source Freeplay Server" | |
readme-filepath: ./README.md |