Skip to content

Commit

Permalink
Bump docker/login-action from 1.14.0 to 1.14.1
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@v1.14.0...v1.14.1)

---
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>
  • Loading branch information
dependabot[bot] authored and williamjacksn committed Mar 2, 2022
1 parent 86a07ed commit 3ce9831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: Log in to GitHub container registry
if: github.event_name == 'push' || github.event_name == 'release'
uses: docker/login-action@v1.14.0
uses: docker/login-action@v1.14.1
with:
registry: ghcr.io
password: ${{ github.token }}
username: ${{ github.actor }}

- name: Log in to Docker Hub
if: github.event_name == 'push' || github.event_name == 'release'
uses: docker/login-action@v1.14.0
uses: docker/login-action@v1.14.1
with:
password: ${{ secrets.docker_hub_password }}
username: ${{ secrets.docker_hub_username }}
Expand Down

0 comments on commit 3ce9831

Please sign in to comment.