gamesvr-ut99/.github/workflows/update-dockerhub.yml

22 lines
582 B
YAML
Raw Normal View History

2021-08-29 04:04:40 +02:00
name: Update Docker Hub Description
on:
push:
branches: [ master ]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
2021-08-29 04:04:40 +02:00
- name: Update Docker HUB Description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: lacledeslan/gamesvr-ut99
short-description: "Unreal Tournament (1999) Dedicated Server in Docker"
readme-filepath: ./readme.md