mirror of
https://github.com/devedse/lancache-ui-service.git
synced 2026-03-31 06:33:44 -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:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: devedse
|
||||
password: ${{ secrets.DOCKERHUBTOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user