mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-24 13:26:03 +03:00
build(deps): bump docker/login-action from 1.14.1 to 2.0.0 (#157)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f367765a05
commit
e21c95673d
2
.github/workflows/buildx.yml
vendored
2
.github/workflows/buildx.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
- name: Docker Login
|
||||
if: success() && contains(github.ref, 'master')
|
||||
uses: docker/login-action@v1.14.1
|
||||
uses: docker/login-action@v2.0.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
Loading…
Reference in New Issue
Block a user