From 98c122f4718adccfae6cf78da92eeefcd493b74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 08:23:02 -0800 Subject: [PATCH] build(deps): bump docker/login-action from 1.10.0 to 1.11.0 (#378) * build(deps): 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] * Run the omnibus linter always. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M. J. Fromberger --- .github/workflows/linter.yml | 4 ---- .github/workflows/proto-dockerfile.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c04923c35..1e557ad22 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -3,12 +3,8 @@ on: push: branches: - master - paths: - - "**.md" pull_request: branches: [master] - paths: - - "**.md" jobs: build: diff --git a/.github/workflows/proto-dockerfile.yml b/.github/workflows/proto-dockerfile.yml index 559d08ed5..420ed9545 100644 --- a/.github/workflows/proto-dockerfile.yml +++ b/.github/workflows/proto-dockerfile.yml @@ -49,7 +49,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - name: Log in to the container registry - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v1.11.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}