Skip to content

Updated Factorio README docs #2

Updated Factorio README docs

Updated Factorio README docs #2

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