otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.56k stars 1.04k forks source link

Use repository name when uploading Docker image #4704

Closed ranisalt closed 2 months ago

ranisalt commented 2 months ago

Pull Request Prelude

Changes Proposed

Uses repository owner/name when tagging and uploading the Docker image, that way on forks the action will work as is since it will upload to the owner's packages rather than trying to upload to @otland's packages (which would always fail on a fork)