From fb73d3b186e027dc02ba635aadae397980a3663d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:35:43 +0000 Subject: [PATCH] chore(deps): bump elgohr/Publish-Docker-Github-Action Bumps the github-action-dependencies group with 1 update: [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action). Updates `elgohr/Publish-Docker-Github-Action` from bd5abbb5b131e78b0790675b767a367fcd6e71e2 to cba9ef01f060d055caf693f34a0ed92d361f2ab1 - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](https://github.com/elgohr/publish-docker-github-action/compare/bd5abbb5b131e78b0790675b767a367fcd6e71e2...cba9ef01f060d055caf693f34a0ed92d361f2ab1) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action dependency-version: cba9ef01f060d055caf693f34a0ed92d361f2ab1 dependency-type: direct:production dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-debug.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 0afc3ca7f..08c9dc35e 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Publish to DockerHub Registry - uses: elgohr/Publish-Docker-Github-Action@bd5abbb5b131e78b0790675b767a367fcd6e71e2 # v5 + uses: elgohr/Publish-Docker-Github-Action@cba9ef01f060d055caf693f34a0ed92d361f2ab1 # v5 with: name: flanksource/config-db username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebd48c548..37b991328 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Publish to DockerHub Registry - uses: elgohr/Publish-Docker-Github-Action@bd5abbb5b131e78b0790675b767a367fcd6e71e2 # v5 + uses: elgohr/Publish-Docker-Github-Action@cba9ef01f060d055caf693f34a0ed92d361f2ab1 # v5 with: name: flanksource/config-db username: ${{ secrets.DOCKER_USERNAME }}