mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-21 20:46:05 +03:00
Merge pull request #6 from Neur0toxine/dependabot/github_actions/docker/login-action-2.1.0
Bump docker/login-action from 2.0.0 to 2.1.0
This commit is contained in:
commit
18216a7103
2
.github/workflows/buildx.yml
vendored
2
.github/workflows/buildx.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
|
||||
- name: Docker Login
|
||||
if: success() && contains(github.ref, 'master')
|
||||
uses: docker/login-action@v2.0.0
|
||||
uses: docker/login-action@v2.1.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
Loading…
Reference in New Issue
Block a user