lychee/.github/workflows
MichaIng fb4c6d5559
Skip Docker login on PRs from forks (#586)
Since github.repository_owner refers to the base repository on pull request events, while secrets need to exist on the head repository, the Docker Hub login fails for pull requests opened from forks. This commit assures that this step in case of pull request events only runs for internal pull requests, i.e. when head and base repository are the same.

For the actual Docker Hub upload, no change is required: The build can run in every case, the upload is not done on pull request events in general.

Signed-off-by: MichaIng <micha@dietpi.com>
2022-04-06 19:35:28 +02:00
..
docker.yml Skip Docker login on PRs from forks (#586) 2022-04-06 19:35:28 +02:00
links.yml Prevent flaky tests (#514) 2022-02-18 10:29:49 +01:00
release.yml Uppercase Release action 2022-02-06 15:50:24 +01:00
rust.yml Update rust.yml 2022-02-06 15:51:18 +01:00