chore(deps): update https://github.com/docker/login-action action to v3.6.0
Build image / build (pull_request) Successful in 4m54s
Details
Build image / build (pull_request) Successful in 4m54s
Details
This commit is contained in:
parent
e2a536dc8b
commit
01b4ccacea
|
|
@ -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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
|
uses: https://github.com/docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||||
with:
|
with:
|
||||||
registry: code.mor.re
|
registry: code.mor.re
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue