Update docker/action.yaml
This commit is contained in:
parent
1a99dcdaed
commit
5f6f25d02b
@ -23,11 +23,6 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
|
||||
- name: Install docker
|
||||
run: |
|
||||
apt update && apt install curl -y
|
||||
curl -fsSL https://get.docker.com | sh || echo "Success!"
|
||||
|
||||
- name: Login to registry
|
||||
run: |
|
||||
REGISTRY=$([ -n "${{inputs.registry}}" ] && echo "${{inputs.registry}}" || echo "$GITHUB_SERVER_URL")
|
||||
|
Loading…
Reference in New Issue
Block a user