From a6fd4ebe75cbf63ad108d0345ff25e8d13a9b940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:12:26 +0000 Subject: [PATCH] Bump elgohr/Publish-Docker-Github-Action Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action) from 6aa7c6928f7dee6eaf9a3eef414438ed54b3506b to 78a4b2c353689dd3ead6418c6ae227c1cdaece2e. - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](https://github.com/elgohr/publish-docker-github-action/compare/6aa7c6928f7dee6eaf9a3eef414438ed54b3506b...78a4b2c353689dd3ead6418c6ae227c1cdaece2e) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action dependency-version: 78a4b2c353689dd3ead6418c6ae227c1cdaece2e dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5cd31fa0c..0819cf7b0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Build and Publish Image to Registry env: BUILD_ARGS: -Icustom-items/inc.dm - uses: elgohr/Publish-Docker-Github-Action@38987302af488ecaab9aa56003116c62436d7648 + uses: elgohr/Publish-Docker-Github-Action@78a4b2c353689dd3ead6418c6ae227c1cdaece2e with: name: ${{ secrets.IMAGE_NAME }} username: ${{ secrets.REG_USER }}