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:
renovate[bot] 2024-09-12 06:08:46 +00:00 committed by GitHub
parent ac71d4fa61
commit 2a9ceab50f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,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@v3.2.0 uses: docker/login-action@v3.3.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
@ -65,7 +65,7 @@ jobs:
with: with:
submodules: 'true' submodules: 'true'
- name: 'Log in to the Container registry' - name: 'Log in to the Container registry'
uses: docker/login-action@v3.2.0 uses: docker/login-action@v3.3.0
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}