-
https://www.accredible.com/blog/engineering-terragrunt-and-github-actions-for-multi-account-multi-region-aws-iac
-
Add GitHub actions to:
- Build and publish the Docker image on the `ghcr.io` registry.
-
Current
--------
Release by my hand
```sh
poetry build
poetry publish
```
Wants
--------
Release via GitHub Actions workflow
item4 updated
3 weeks ago
-
I forked the repository but when I try to deploy the content to GitHub Pages from `develop` or `v26.0` tag, the deployment fails with error
```
Liquid Exception: Liquid syntax error (line 31): Unk…
-
With a new build number, the Github action stops at step "trigger meta action" with bad credentials
https://github.com/magellan2/magellan2/actions/runs/11688283195/job/32548357132
I'm not sure, …
-
### Description
We need to develop a tempalte README for GitHubActions to have a comprehensive documentation to start from.
### Task List
- [ ] Create specific test project from projen-templa…
-
-
We can implement github workflows for the following things:
Auto comment on issue Closed and Opened
Auto comment on PR mergs
Auto comment on PR raises
Using this workflows makes you'r repo more …
-
It would be nice to include https://github.com/gradle/actions/tree/main/docs into the structure and navigation as a part of the GitHub Actions solution. There might be some duplication with the existi…
-
Would be nice to get GitHub Actions going for this.
Maybe you can reuse parts of https://github.com/probonopd/MultiDexed/blob/main/.github/workflows/main.yml?