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] <support@github.com>

* Run the omnibus linter always.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
This commit is contained in:
dependabot[bot]
2021-12-20 08:23:02 -08:00
committed by GitHub
parent f4babf9551
commit 98c122f471
2 changed files with 1 additions and 5 deletions

View File

@@ -3,12 +3,8 @@ on:
push:
branches:
- master
paths:
- "**.md"
pull_request:
branches: [master]
paths:
- "**.md"
jobs:
build:

View File

@@ -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 }}