CI(deps): Update docker/login-action action to v3.3.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a6704b493a
commit
00b4f3f21b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-container.yml
vendored
4
.github/workflows/build-container.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: 'Checkout the repository'
|
||||
uses: actions/checkout@v4
|
||||
- name: 'Log in to the Container registry'
|
||||
uses: docker/login-action@v3.2.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
with:
|
||||
submodules: 'true'
|
||||
- name: 'Log in to the Container registry'
|
||||
uses: docker/login-action@v3.2.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
|
|
Loading…
Reference in a new issue