Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test commit #387

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/ci_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ git remote add test-2 [email protected]:deckhouse/deckhouse-test-2

Commit and push current branch to the main branch in test-1 repo:

```
```
git commit ...
git push test-1 HEAD:main --force
```

### Differences with main repo:
### Differences with main repo

1. No two-repo schema for werf build.
2. Final images are pushed to ghcr.io (e.g. ghcr.io/deckhouse/deckhouse-test-1).
Expand All @@ -42,8 +42,7 @@ git push test-1 HEAD:main --force
7. No registry cleanup.
8. Autoclose for Dependabot PRs (can be enabled with secret ENABLE_DEPENDABOT_IN_FORKS=true).


## Workflows schema
## Workflows schema

Trigger -> workflow -> result.

Expand Down
Loading