chore(deps): update docker/login-action action to v3.2.0
Build image / build (pull_request) Successful in 4m28s Details

This commit is contained in:
renovate 2024-05-28 08:10:16 +00:00
parent db821c8523
commit e15f0836bf
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Login to registry - name: Login to registry
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: https://github.com/docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 uses: https://github.com/docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with: with:
registry: code.mor.re registry: code.mor.re
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}