From e57b581ab66df0412d27877675f1d87a8a85a0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 04:12:19 +0000 Subject: [PATCH] Bump redhat-actions/push-to-registry from 2.6 to 2.7 Bumps [redhat-actions/push-to-registry](https://github.com/redhat-actions/push-to-registry) from 2.6 to 2.7. - [Release notes](https://github.com/redhat-actions/push-to-registry/releases) - [Changelog](https://github.com/redhat-actions/push-to-registry/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/push-to-registry/compare/v2.6...v2.7) --- updated-dependencies: - dependency-name: redhat-actions/push-to-registry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ecfa1b9..86930d8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -45,7 +45,7 @@ jobs: username: ${{ secrets.QUAY_GITHUB_RUNNERS_USERNAME }} password: ${{ secrets.QUAY_GITHUB_RUNNERS_TOKEN }} - name: Push to Container Registry - uses: redhat-actions/push-to-registry@v2.6 + uses: redhat-actions/push-to-registry@v2.7 with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }}