mirror of
https://github.com/valitydev/holmes.git
synced 2024-11-06 01:45:25 +00:00
chore(deps): update docker/login-action action to v3 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2e48cec14e
commit
ae2891e140
2
.github/workflows/build-image.yaml
vendored
2
.github/workflows/build-image.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
|
Loading…
Reference in New Issue
Block a user