Update docker/login-action digest to 5139682 (#1550)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-05 15:17:04 +00:00 committed by GitHub
parent aea99a2cc7
commit 43ae561920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ jobs:
dockerbuild/** dockerbuild/**
- name: Log in to the Container registry - name: Log in to the Container registry
if: steps.changed_files.outputs.any_modified == 'true' if: steps.changed_files.outputs.any_modified == 'true'
uses: docker/login-action@83a00bc1ab5ded6580f31df1c49e6aaa932d840d uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}

View file

@ -20,7 +20,7 @@ jobs:
- 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@83a00bc1ab5ded6580f31df1c49e6aaa932d840d uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}