mirror of
https://github.com/alterware/aw-bot.git
synced 2026-08-08 07:35:12 +00:00
Merge pull request #13 from alterware/dependabot/github_actions/docker/login-action-4.2.0
chore(deps): bump docker/login-action from 4.1.0 to 4.2.0
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
uses: docker/[email protected]
|
||||
|
||||
- name: Log in to DockerHub
|
||||
uses: docker/login-action@v4.1.0
|
||||
uses: docker/login-action@v4.2.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user