mirror of
https://github.com/devedse/lancache-ui-service.git
synced 2026-04-05 09:03:52 -04:00
Merge pull request #1 from devedse/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
This commit is contained in:
2
.github/workflows/githubactionsbuilds.yml
vendored
2
.github/workflows/githubactionsbuilds.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: devedse
|
username: devedse
|
||||||
password: ${{ secrets.DOCKERHUBTOKEN }}
|
password: ${{ secrets.DOCKERHUBTOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user