build(deps): bump docker/login-action
Bumps [docker/login-action](https://github.com/docker/login-action) from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 70fccc794acd729b2b22dd6a326895f286447728.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](65b78e6e13...70fccc794a
)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b77d708548
commit
adbe151bf2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-container.yml
vendored
2
.github/workflows/build-container.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: "Checkout the repository"
|
- name: "Checkout the repository"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: "Log in to the Container registry"
|
- name: "Log in to the Container registry"
|
||||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|
Loading…
Reference in a new issue