From 727f0229be1a55672cc636e3c1256af59168fed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:15:56 +0000 Subject: [PATCH] Bump docker/login-action from 2.0.0 to 2.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 682cc046ca..3a03fb0dec 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -88,7 +88,7 @@ jobs: - name: Cleanup ixbrl-viewer run: rm -rf ixbrl-viewer - name: Docker registry login - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v2.1.0 with: registry: registry.redhat.io username: ${{ secrets.REDHAT_USERNAME }}