clearlydefined / service

The service side of clearlydefined.io
MIT License
45 stars 39 forks source link

remove docker secrets from deploy action #1048

Closed elrayle closed 4 months ago

elrayle commented 4 months ago

Description

This removes the login credentials for getting the ghcr Docker image from the dev deploy action. They are now stored in the secrets vault in Azure and do not need to be passed.

Reviewer Attention

This includes some cleanup of spacing in the configuration array. Other than whitespace changes, the only change is the removal of the two Docker credential configs.