Skip to content

Commit

Permalink
chore: bump docker/login-action from 1.14.0 to 1.14.1 (#390)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@bb984ef...dd4fa06)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2022
1 parent 454b874 commit 2689039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
submodules: true
fetch-depth: 0
- name: Login to ghcr.io
uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -62,7 +62,7 @@ jobs:
submodules: true
fetch-depth: 0
- name: Login to ghcr.io
uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 2689039

Please sign in to comment.