Update docker/action.yaml
This commit is contained in:
parent
8a55bd6c97
commit
cfbecd4109
@ -22,6 +22,10 @@ secrets:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
|
||||
- name: Install docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Login to registry
|
||||
run: |
|
||||
REGISTRY=$([ -n "${{inputs.registry}}" ] && echo "${{inputs.registry}}" || echo "$GITHUB_SERVER_URL")
|
||||
|
Loading…
Reference in New Issue
Block a user