chore(deps): update docker/login-action action to v3.1.0
Build image / build (push) Successful in 4m58s Details

This commit is contained in:
renovate 2024-03-13 16:05:39 +00:00 committed by morre
parent 4adaa80907
commit 8203a7ff6c
1 changed files with 1 additions and 1 deletions

View File

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