mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-06 04:55:19 +00:00
chore(deps)!: update docker/login-action (v3.7.0 → v4.0.0) (#477)
This commit is contained in:
@@ -321,7 +321,7 @@ runs:
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
if: ${{ inputs.push == 'true' }}
|
||||
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
||||
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
||||
Reference in New Issue
Block a user