chore(actions)(deps): bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 0d4c9c5ea7693da7b068278f7b52bda2a190a446 #251

Merged
dependabot[bot] merged 3 commits from dependabot/github_actions/docker/login-action-0d4c9c5ea7693da7b068278f7b52bda2a190a446 into main 2024-07-13 12:59:52 +02:00
Showing only changes of commit 2d8e064a9e - Show all commits

View File

@ -23,7 +23,7 @@ jobs:
ref: ${{ inputs.release }} ref: ${{ inputs.release }}
- name: Log in to GitHub Container Registry - name: Log in to GitHub Container Registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}