From f309a0e09ee492f82b5dc75756b2cadc54e7be65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:00:18 +0000 Subject: [PATCH] Bump elgohr/Publish-Docker-Github-Action Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action) from 977fe38375c65e8e3b01d226d72c1f7d488e45dc to 6aa7c6928f7dee6eaf9a3eef414438ed54b3506b. - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](https://github.com/elgohr/publish-docker-github-action/compare/977fe38375c65e8e3b01d226d72c1f7d488e45dc...6aa7c6928f7dee6eaf9a3eef414438ed54b3506b) --- 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 5717627962..dd7f3b7548 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -2285,7 +2285,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@6aa7c6928f7dee6eaf9a3eef414438ed54b3506b # v5 with: name: tgstation/server username: ${{ secrets.DOCKER_USERNAME }}