mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-22 04:56:06 +03:00
Merge pull request #36 from Neur0toxine/dependabot/github_actions/docker/login-action-3.1.0
Bump docker/login-action from 3.0.0 to 3.1.0
This commit is contained in:
commit
490ec35d78
2
.github/workflows/buildx.yml
vendored
2
.github/workflows/buildx.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
if: success() && contains(github.ref, 'master')
|
if: success() && contains(github.ref, 'master')
|
||||||
uses: docker/login-action@v3.0.0
|
uses: docker/login-action@v3.1.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