mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
feat: add an LXC based example of docker/build-push-action usage (#781)
The motivations for this additional example are: - Using https://github.com/docker/build-push-action/ with the Forgejo runner is a recurring question and there is no example of how to do that - Reproducing https://code.forgejo.org/forgejo/runner/issues/208 will benefit from this example --- <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - features - [PR](https://code.forgejo.org/forgejo/runner/pulls/781): <!--number 781 --><!--line 0 --><!--description ZmVhdDogYWRkIGFuIExYQyBiYXNlZCBleGFtcGxlIG9mIGRvY2tlci9idWlsZC1wdXNoLWFjdGlvbiB1c2FnZSBbc2tpcCBjYXNjYWRlXQ==-->feat: add an LXC based example of docker/build-push-action usage [skip cascade]<!--description--> <!--end release-notes-assistant--> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/781 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
194c416f29
commit
51fb504a2e
4 changed files with 85 additions and 2 deletions
1
examples/docker-build-push-action/Dockerfile
Normal file
1
examples/docker-build-push-action/Dockerfile
Normal file
|
@ -0,0 +1 @@
|
|||
FROM code.forgejo.org/oci/alpine:latest
|
3
examples/docker-build-push-action/README.md
Normal file
3
examples/docker-build-push-action/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
Used by:
|
||||
|
||||
- .forgejo/workflows/docker-build-push-action-in-lxc.yml
|
Loading…
Add table
Add a link
Reference in a new issue