mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore(deps): update docker/login-action action to v2 (#1767)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
855e33990e
commit
fbbd037d35
2
.github/workflows/docker_publish_main.yaml
vendored
2
.github/workflows/docker_publish_main.yaml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user