From f5a6cafee759c448bd2dc1c2a1696f5c7ce20c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:06:16 +0000 Subject: [PATCH] Bump redhat-actions/podman-login from 1.4 to 1.6 Bumps [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login) from 1.4 to 1.6. - [Release notes](https://github.com/redhat-actions/podman-login/releases) - [Changelog](https://github.com/redhat-actions/podman-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/podman-login/compare/v1.4...v1.6) --- updated-dependencies: - dependency-name: redhat-actions/podman-login 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..630baaf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,7 +39,7 @@ jobs: containerfiles: | ./Containerfile - name: Login to Container Registry - uses: redhat-actions/podman-login@v1.4 + uses: redhat-actions/podman-login@v1.6 with: registry: ${{ env.REGISTRY }} username: ${{ secrets.QUAY_GITHUB_RUNNERS_USERNAME }}