Compare commits

..

No commits in common. "e751ce1576885ebd8a21822a1ea4a009d867d564" and "5dbe7c6f86a30fa1bb939b833c2f18ebae19ceac" have entirely different histories.

3 changed files with 8 additions and 7 deletions

View File

@ -10,4 +10,5 @@ RUN hugo mod get -u && \
FROM nginx:stable-alpine
COPY --from=build /app/public /usr/share/nginx/html/
COPY --from=build /app/public /usr/share/nginx/html/
ADD https://github.com/LordMathis/resume/releases/latest/download/resume.pdf /usr/share/nginx/html/namesny_matus_resume.pdf

View File

@ -11,4 +11,6 @@ After graduating in Artificial Inteligence and Natural Language Processing I joi
Currently I work at Telespazio as Software Engineer. I am developing a Kubeflow based Machine Learning Platform for Spacecraft Operational datasets. The platform is supposed to allow varius universities and researches to use the data to train ML models while keeping the data safe inside the platform which brings an interesting set of challenges.
I am usually open to discuss MLOps and ML Engineer opportunities. Here's my [resume](/namesny_matus_resume.pdf).
In my free time I selfhost a bunch of usefull applications such as Gitea, Nextcloud and this website. I am learning Go and working on [GitEcho](https://github.com/LordMathis/GitEcho).

View File

@ -10,13 +10,13 @@ Building a docker image and pushing it to registry with GitHub Actions is incred
## Gitea Actions
Gitea Actions is a CI/CD solution tightly coupled with Gitea. They are available since Gitea 1.19 and are designed to be mostly compatible with GitHub Actions. They are based on the [act](https://github.com/nektos/act) which allows you to run GitHub workflows locally. Gitea has soft forked it to create [act_runner](https://gitea.com/gitea/act_runner).
To use Gitea Actions on you instance, you need to fist allow them in `app.ini`. Then create a token and deploy the runner. Once the runner is deployed and registered you will also need to enable Actions for each repository separately. For a full guide on setting up Actions check the official [Gitea docs](https://docs.gitea.com/usage/actions/quickstart)
- Released with 1.19
- Based of act runner
- Mostly compatible with GitHub Actions
## Building and Pushing Docker Image with GitHub Actions
With GitHub Actions you can make use of thousands of actions available in [GitHub Marketplace](https://github.com/marketplace?type=actions). If you want to build a docker image on GitHub, you can just use the official docker [build-and-push](https://github.com/marketplace/actions/build-and-push-docker-images) action. Just copy one of the examples and you are good to go.
- straight forward with docker actions
## Building with Gitea
@ -24,8 +24,6 @@ Deploying example dind-rootless
Testing with the same workflow as on github
secrets
docker command not found
-> switch container to callthehacker