From 1b630fea402a8d1f30b2a1a197190f74ec626b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:02:47 +0000 Subject: [PATCH] Bump elgohr/Publish-Docker-Github-Action Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action) from ec61b713af46c32efaa27ac2626c2acb82ce6435 to 56d83a64624e457e0dde052abc8baa3fec37b396. - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](https://github.com/elgohr/publish-docker-github-action/compare/ec61b713af46c32efaa27ac2626c2acb82ce6435...56d83a64624e457e0dde052abc8baa3fec37b396) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index ccd353acf7..1d59278056 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -2251,7 +2251,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@ec61b713af46c32efaa27ac2626c2acb82ce6435 # v5 + uses: elgohr/Publish-Docker-Github-Action@56d83a64624e457e0dde052abc8baa3fec37b396 # v5 with: name: tgstation/server username: ${{ secrets.DOCKER_USERNAME }}