Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v2 (#1767)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 29, 2022
1 parent 855e339 commit fbbd037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish_main.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:
tags: |
type=edge,prefix=main-,suffix=-${{ matrix.version }}
- name: Login to docker hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit fbbd037

Please sign in to comment.