From 3832e159475d657ee227c7a1288ccc9474531269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:22:20 +0000 Subject: [PATCH] Bump elgohr/Publish-Docker-Github-Action Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/publish-docker-github-action) from 35909b29219ee8b86f0d2307dc4533bb294128ed to b77434333350079774b58dfdf2ebd57f10b31bef. - [Release notes](https://github.com/elgohr/publish-docker-github-action/releases) - [Commits](https://github.com/elgohr/publish-docker-github-action/compare/35909b29219ee8b86f0d2307dc4533bb294128ed...b77434333350079774b58dfdf2ebd57f10b31bef) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action 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 569b0270d6..0514a3f81e 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@35909b29219ee8b86f0d2307dc4533bb294128ed + uses: elgohr/Publish-Docker-Github-Action@b77434333350079774b58dfdf2ebd57f10b31bef with: name: ${{ secrets.IMAGE_NAME }} username: ${{ secrets.REG_USER }}