chore(deps): update https://github.com/docker/login-action action to v4
Build image / build (push) Failing after 12s
Details
Build image / build (push) Failing after 12s
Details
This commit is contained in:
parent
f033d7233c
commit
8af02acb77
|
|
@ -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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
uses: https://github.com/docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
|
||||||
with:
|
with:
|
||||||
registry: code.mor.re
|
registry: code.mor.re
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue