From 62f340acdc7920a3d2198466cbfd0b38c7dbf349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 06:42:04 +0000 Subject: [PATCH] Bump elgohr/Publish-Docker-Github-Action Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action) from 43dc228e327224b2eda11c8883232afd5b34943b to b77434333350079774b58dfdf2ebd57f10b31bef. - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](https://github.com/elgohr/publish-docker-github-action/compare/43dc228e327224b2eda11c8883232afd5b34943b...b77434333350079774b58dfdf2ebd57f10b31bef) --- 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 880b648d5a..9c075c5353 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -2069,7 +2069,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@43dc228e327224b2eda11c8883232afd5b34943b # v5 + uses: elgohr/Publish-Docker-Github-Action@b77434333350079774b58dfdf2ebd57f10b31bef # v5 with: name: tgstation/server username: ${{ secrets.DOCKER_USERNAME }}