Skip to content

Commit

Permalink
fix(ci): 🐛 (#387) issues within ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Sep 24, 2023
1 parent 919beb8 commit 309cecc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ jobs:
| git_user_email | `[optional]` set the committer git user.email | `false` | `github-action@actions-template-sync.noreply.${SOURCE_REPO_HOSTNAME}` |
| git_remote_pull_params |`[optional]` set remote pull parameters | `false` | `--allow-unrelated-histories --squash --strategy=recursive -X theirs` |

### Docker

There are docker images available. Please checkout [How to use docker](docs/DOCKER.md) for details.

### Example

This repo uses this [template][template] and this action from the [marketplace][marketplace].
Expand Down
12 changes: 12 additions & 0 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# DOCKER

## abstract

If you want to test things out or if you want to build your own action (e.g. in on prem environments) you are able to use docker images.

- [github registry][github-repo]
- [dockerhub registry][dockerhub-repo]

## Use the image

TODO

[dockerhub-repo]: https://hub.docker.com/r/andyaugustin/actions-template-sync
[github-repo]: https://github.com/AndreasAugustin/actions-template-sync/pkgs/container/actions-template-sync
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ flowchart LR
```

- [architecture](./ARCHITECTURE.md)
- [how to use the docker images](./DOCKER.md)

0 comments on commit 309cecc

Please sign in to comment.