Skip to content

Commit

Permalink
Bump docker/login-action from 1 to 1.9.0 (#7)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1...v1.9.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent a3ab15b commit 345c02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:

- name: Login DockerHub
id: dockerLogin
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
username: ${{ secrets.DOCKERHUB_BOT_USERNAME }}
password: ${{ secrets.DOCKERHUB_BOT_TOKEN }}

- name: Login Github Container Registry
id: githubContainerRegistryLogin
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
registry: "ghcr.io"
username: "danopstech"
Expand Down

0 comments on commit 345c02a

Please sign in to comment.