chore(deps): update docker/login-action action to v3 #13

Merged
morre merged 1 commits from renovate/docker-login-action-3.x into main 2024-02-11 16:29:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8590a452b2 - Show all commits

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@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 uses: https://github.com/docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with: with:
registry: code.mor.re registry: code.mor.re
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}