From 5f75b03c4a7987bfbaa37ff9b94b803157af84e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:52:41 +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 b7f67e9f082204a4144c266162556eed693f54e4. - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](https://github.com/elgohr/publish-docker-github-action/compare/eb53b3ec07136a6ebaed78d8135806da64f7c7e2...b7f67e9f082204a4144c266162556eed693f54e4) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action dependency-version: b7f67e9f082204a4144c266162556eed693f54e4 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..4c28a23 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@b7f67e9f082204a4144c266162556eed693f54e4 # v5 with: name: edalen/ecs-run username: ${{ secrets.DOCKER_USERNAME }}