Skip to content

Merge branch 'main' of github.com:gruberdev/gaming #3

Merge branch 'main' of github.com:gruberdev/gaming

Merge branch 'main' of github.com:gruberdev/gaming #3

Workflow file for this run

name: Update Factorio Dockerhub metadata
on:
push:
branches:
- main
paths:
- servers/factorio/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/factorio
short-description: Factorio dedicated container image with Agones integration
readme-filepath: ./servers/factorio/README.md