Update docker/login-action action to v3.1.0 (#27)

This commit is contained in:
renovate[bot] 2024-03-14 02:24:41 +08:00 committed by GitHub
parent c884cd4924
commit f75f82c8d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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