From 440a476732cee17235038755c0502be83141f6a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:11:18 +0000 Subject: [PATCH] Bump elgohr/Publish-Docker-Github-Action Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/Publish-Docker-Github-Action) from cd13bb9a7070856a70c8fa10b7965493935de7e3 to 30b8f20a9790150e241509e2d1cb63a83d1ab614. - [Release notes](https://github.com/elgohr/Publish-Docker-Github-Action/releases) - [Commits](https://github.com/elgohr/Publish-Docker-Github-Action/compare/cd13bb9a7070856a70c8fa10b7965493935de7e3...30b8f20a9790150e241509e2d1cb63a83d1ab614) --- 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 23a31ebe43..caf35b9a05 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@cd13bb9a7070856a70c8fa10b7965493935de7e3 + uses: elgohr/Publish-Docker-Github-Action@30b8f20a9790150e241509e2d1cb63a83d1ab614 with: name: ${{ secrets.IMAGE_NAME }} username: ${{ secrets.REG_USER }}