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

This commit is contained in:
renovate 2024-07-22 09:09:37 +00:00 committed by morre
parent bf25d7b6a5
commit 0dc70fb0fb
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@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 uses: https://github.com/docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with: with:
registry: code.mor.re registry: code.mor.re
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}