mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 07:16:01 +03:00
build(deps): bump docker/login-action from 1.10.0 to 1.12.0 (#146)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3b172fa2ae
commit
b7d75b0a9b
2
.github/workflows/buildx.yml
vendored
2
.github/workflows/buildx.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
if: success() && contains(github.ref, 'master')
|
if: success() && contains(github.ref, 'master')
|
||||||
uses: docker/login-action@v1.10.0
|
uses: docker/login-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
Loading…
Reference in New Issue
Block a user