Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 10, 2026

The Docker image created by the automated builds was named docker_fivem but should be simply fivem. The README contained too much detail and the FiveM version badge required manual updates.

Changes

Workflow Updates

  • Changed image name from ghcr.io/${{ github.repository }} to ghcr.io/${{ github.repository_owner }}/fivem
  • Added automated README badge update step that extracts the recommended FiveM version and commits the updated badge after successful builds
  • Badge update only runs on successful builds with proper validation and error handling

README Simplification

  • Removed non-essential sections: What's Included, WebSocket info, Build Arguments, detailed Getting Started, Version History, Manual Workflow Trigger, detailed Version Pinning, Upgrading steps, Contributing
  • Kept core sections: Quick Start, Environment Variables, Volume Mounts, Automatic Builds & Versions
  • Updated all image references from docker_fivem to fivem
  • Updated Docker badge from docker-docker__fivem to docker-fivem

The FiveM version badge will now automatically update every 2 weeks when the scheduled build runs:

- name: 📝 Update README Badge
  run: |
    ARTIFACT=$(echo "$MATRIX" | jq -r '.[0].artifact')
    sed -i "s|badge/fivem-[0-9]*-green|badge/fivem-$ARTIFACT-green|g" README.md
    git commit -m "chore: update FiveM version badge to $ARTIFACT"
    git push

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits February 10, 2026 14:43
…EADME, add automatic badge updates

Co-authored-by: skriptzip <71565963+skriptzip@users.noreply.github.com>
Co-authored-by: skriptzip <71565963+skriptzip@users.noreply.github.com>
Co-authored-by: skriptzip <71565963+skriptzip@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README and change Docker name Rename Docker image to fivem, simplify README, automate version badge updates Feb 10, 2026
Copilot AI requested a review from skriptzip February 10, 2026 14:47
@skriptzip skriptzip marked this pull request as ready for review February 10, 2026 14:52
@skriptzip skriptzip merged commit 783a2df into main Feb 10, 2026
1 check passed
@skriptzip skriptzip deleted the copilot/update-readme-and-docker-name branch February 10, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants