From c6b9db4b73dae436de8691dd62832205a6fe924f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:01:15 +0000 Subject: [PATCH] Bump elgohr/Publish-Docker-Github-Action from 2.18 to 3.04 Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/Publish-Docker-Github-Action) from 2.18 to 3.04. - [Release notes](https://github.com/elgohr/Publish-Docker-Github-Action/releases) - [Commits](https://github.com/elgohr/Publish-Docker-Github-Action/compare/2.18...3.04) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/containerimage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/containerimage.yml b/.github/workflows/containerimage.yml index 4f1b0f4180667..0b567c593c936 100644 --- a/.github/workflows/containerimage.yml +++ b/.github/workflows/containerimage.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 1 - name: Publish frontend image to Registry - uses: elgohr/Publish-Docker-Github-Action@2.18 + uses: elgohr/Publish-Docker-Github-Action@3.04 with: name: ${{ github.repository }}/frontend username: ${{ github.actor }} @@ -34,7 +34,7 @@ jobs: rm icons.tar js.tar css.tar docker rm -v $CONTAINER - name: Publish backend image to Registry - uses: elgohr/Publish-Docker-Github-Action@2.18 + uses: elgohr/Publish-Docker-Github-Action@3.04 with: name: ${{ github.repository }}/backend username: ${{ github.actor }}