entur / gha-docker

GitHub Actions for working with Docker
European Union Public License 1.2
0 stars 1 forks source link

Check if environment actually exist, if not give a good error message #82

Closed Glenn-Terjesen closed 2 weeks ago

Glenn-Terjesen commented 3 months ago

image

PRD env does not exist. Possible fix: check if secrets is set before continuing.

AlexanderBrevig commented 3 months ago

Probably should change https://github.com/entur/gha-docker/blob/1d714c9bfe236d7705a304e5a6bab7f897633b97/.github/workflows/push.yml#L10-L11 to use type: environment

Did not work https://github.com/entur/gha-docker/pull/83

Glenn-Terjesen commented 2 weeks ago

As we are about to remove the environment property from this repo this is no longer needed.