Try locking down docker publish action

This commit is contained in:
Jordan Dominion
2024-12-05 16:54:03 -05:00
parent eb318785b1
commit ad379d0645
+1 -1
View File
@@ -2436,7 +2436,7 @@ jobs:
run: 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@977fe38375c65e8e3b01d226d72c1f7d488e45dc # v5
uses: elgohr/Publish-Docker-Github-Action@eb53b3ec07136a6ebaed78d8135806da64f7c7e2 # v5
with:
name: tgstation/server
username: ${{ secrets.DOCKER_USERNAME }}