From 88d06bfbc9d91a2f8c473e70e7ec838b25edfcad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 04:01:51 +0000 Subject: [PATCH] chore(deps): bump elgohr/Publish-Docker-Github-Action from 3.02 to 3.03 Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/Publish-Docker-Github-Action) from 3.02 to 3.03. - [Release notes](https://github.com/elgohr/Publish-Docker-Github-Action/releases) - [Commits](https://github.com/elgohr/Publish-Docker-Github-Action/compare/3.02...13c6c46d98bc92e6c046454248cd28630400846a) Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ae9c37c..06f256f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,7 +20,7 @@ jobs: run: echo "Pushing version ${{ steps.version.outputs.version }}" - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@3.02 + uses: elgohr/Publish-Docker-Github-Action@3.03 with: registry: ghcr.io name: "ghcr.io/ironpeakservices/iron-nginx:${{ steps.version.outputs.version }}"