Update docker/login-action action to v2.2.0

This commit is contained in:
renovate[bot] 2023-06-07 15:38:11 +00:00
parent 213a98cb22
commit 7d2009c5b9

View file

@ -36,7 +36,7 @@ jobs:
- name: 🔓 Registry login - name: 🔓 Registry login
if: github.event_name == 'push' if: github.event_name == 'push'
uses: docker/login-action@v2.1.0 uses: docker/login-action@v2.2.0
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}