From 8c2f035464adf7fb26516916411f53a24080685e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 04:01:37 +0000 Subject: [PATCH] chore(deps): bump elgohr/Publish-Docker-Github-Action from 2.22 to 4 Bumps [elgohr/Publish-Docker-Github-Action](https://github.com/elgohr/Publish-Docker-Github-Action) from 2.22 to 4. - [Release notes](https://github.com/elgohr/Publish-Docker-Github-Action/releases) - [Commits](https://github.com/elgohr/Publish-Docker-Github-Action/compare/2.22...v4) --- updated-dependencies: - dependency-name: elgohr/Publish-Docker-Github-Action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4332d9e..41c788f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: run: echo "Pushing version ${{ steps.version.outputs.version }}" - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@2.22 + uses: elgohr/Publish-Docker-Github-Action@v4 with: registry: ghcr.io name: "ghcr.io/ironpeakservices/iron-argo:${{ steps.version.outputs.version }}"