You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two github actions which build/push Docker images to Github and Dockerhub. These were only designed to work on primary repository. They will fail on PRs from forks and give false negatives on PR checks.
We should update the actions to not attempt a push when on a fork.
The text was updated successfully, but these errors were encountered:
* fix: separate api auth to plugin folder
* chore: for local admin URL is undefined
* chore: update README.md
* test: fix tests + add new ones
* v0.0.2 - release for flyte-api plugin
Signed-off-by: Nastya <[email protected]>
We have two github actions which build/push Docker images to Github and Dockerhub. These were only designed to work on primary repository. They will fail on PRs from forks and give false negatives on PR checks.
We should update the actions to not attempt a push when on a fork.
The text was updated successfully, but these errors were encountered: