mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
Merge pull request #132 from nim65s/dependabot/github_actions/docker/login-action-3
build(deps): bump docker/login-action from 2 to 3
This commit is contained in:
commit
06ca319fc1
2
.github/workflows/docker-hub.yml
vendored
2
.github/workflows/docker-hub.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
name: Set up QEMU
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
name: Set up Docker Buildx
|
||||
- uses: docker/login-action@v2
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
username: nim65s
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user