From 5f4f22e6971538b39de3bc9569ef4f6511bf390d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 05:28:02 +0000 Subject: [PATCH] Bump elgohr/Publish-Docker-Github-Action Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action) from eb53b3ec07136a6ebaed78d8135806da64f7c7e2 to a173d53c3077a33d5877ca4d93d853a1de31f357. - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](https://github.com/elgohr/publish-docker-github-action/compare/eb53b3ec07136a6ebaed78d8135806da64f7c7e2...a173d53c3077a33d5877ca4d93d853a1de31f357) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action dependency-version: a173d53c3077a33d5877ca4d93d853a1de31f357 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a44d4cc..752623e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@eb53b3ec07136a6ebaed78d8135806da64f7c7e2 # v5 + uses: elgohr/Publish-Docker-Github-Action@a173d53c3077a33d5877ca4d93d853a1de31f357 # v5 with: name: edalen/ecs-run username: ${{ secrets.DOCKER_USERNAME }}