Update .github/workflows/docker-publish.yaml
All checks were successful
Build / Dependencies_NPM (push) Successful in 1m10s
All checks were successful
Build / Dependencies_NPM (push) Successful in 1m10s
This commit is contained in:
parent
c8fd7339ca
commit
88be130719
2
.github/workflows/docker-publish.yaml
vendored
2
.github/workflows/docker-publish.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Login to registry
|
||||
run:|
|
||||
run: |
|
||||
REGISTRY=$([ "${{inputs.registry}}" -n ] && echo "${{inputs.registry}}" || echo "${{github.server.url}}")
|
||||
echo "${{secrets.registry_pass}}" | docker login -u "${{secrets.registry_user}}" --password-stdin "$REGISTRY"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user