Update .github/workflows/docker-publish.yaml
All checks were successful
Build / Dependencies_NPM (push) Successful in 1m10s

This commit is contained in:
Zakary Timson 2023-07-28 13:23:26 +00:00
parent c8fd7339ca
commit 88be130719

View File

@ -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"