Browse Source

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>
pull/7804/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
98c122f471
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions
  1. +0
    -4
      .github/workflows/linter.yml
  2. +1
    -1
      .github/workflows/proto-dockerfile.yml

+ 0
- 4
.github/workflows/linter.yml View File

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


+ 1
- 1
.github/workflows/proto-dockerfile.yml View File

@ -49,7 +49,7 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0 uses: docker/setup-buildx-action@v1.6.0
- name: Log in to the container registry - name: Log in to the container registry
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.11.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}


Loading…
Cancel
Save