Updated elgohr/Publish-Docker-Github-Action to a supported version (v5)

This commit is contained in:
Lars Gohr
2023-03-30 18:18:09 +02:00
parent 0af2424dcb
commit 8a057527ad
+1 -1
View File
@@ -801,7 +801,7 @@ jobs:
echo "TGS_VERSION=$(xmlstarlet sel -N X="http://schemas.microsoft.com/developer/msbuild/2003" --template --value-of /X:Project/X:PropertyGroup/X:TgsCoreVersion build/Version.props)" >> $GITHUB_ENV
- name: Docker Build and Push
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: tgstation/server
username: ${{ secrets.DOCKER_USERNAME }}