From 666ec2444f9732739ce58c920be4ec126398377c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 10:22:11 +0000 Subject: [PATCH] Bump docker/login-action from 1.10.0 to 1.11.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.10.0...v1.11.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-release-binary.yml | 2 +- .github/workflows/release-docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-binary.yml b/.github/workflows/build-release-binary.yml index 4bd2bf7..d96ceb0 100644 --- a/.github/workflows/build-release-binary.yml +++ b/.github/workflows/build-release-binary.yml @@ -147,7 +147,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login into github registry - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v1.11.0 with: registry: ghcr.io username: ${{ github.repository }} diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 7113a1b..2fb5413 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -32,7 +32,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login into github registry - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v1.11.0 with: registry: ghcr.io username: ${{ github.repository }}