chore(deps): update docker/login-action action to v2 (#1415)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5e8cba82c2
commit
289bcd8b64
|
|
@ -38,13 +38,13 @@ runs:
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
if: ${{ github.ref == 'master' && github.event.pull_request.merged == true }}
|
if: ${{ github.ref == 'master' && github.event.pull_request.merged == true }}
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ inputs.username }}
|
username: ${{ inputs.username }}
|
||||||
password: ${{ inputs.password }}
|
password: ${{ inputs.password }}
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
if: ${{ github.ref == 'master' && github.event.pull_request.merged == true }}
|
if: ${{ github.ref == 'master' && github.event.pull_request.merged == true }}
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue