Commit Graph

88 Commits

Author SHA1 Message Date
sebthom ea70032927 chore: update dependabot config 2025-01-05 22:31:21 +01:00
sebthom 3fdbac1f4e docs: update code of conduct 2024-12-17 21:48:37 +01:00
sebthom fe640e7d1d update doc 2024-10-24 18:39:46 +02:00
sebthom 72b54f14de extend runner configuration 2024-10-24 18:37:38 +02:00
imlonghao 7c9b6cd583 feat: add git to required packages 2024-10-21 16:45:35 +02:00
dependabot[bot] 18d4b39250 ci(deps): bump iarekylew00t/regctl-installer from 1 to 3
Bumps [iarekylew00t/regctl-installer](https://github.com/iarekylew00t/regctl-installer) from 1 to 3.
- [Release notes](https://github.com/iarekylew00t/regctl-installer/releases)
- [Commits](https://github.com/iarekylew00t/regctl-installer/compare/v1...v3)

---
updated-dependencies:
- dependency-name: iarekylew00t/regctl-installer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 13:02:40 +02:00
sebthom 01e44a9ca2 update doc 2024-06-10 12:48:44 +02:00
sebthom 05f4ae2487 Update GHA workflow 2024-05-21 12:12:27 +02:00
sebthom 55af759535 fix build 2024-04-17 11:40:01 +02:00
Malik Mann 24d136175d Made UPX available for other architechures 2024-04-16 23:50:05 +02:00
Malik Mann a42e95ba78 Fixed crash loop on renamed registration file 2024-04-16 23:37:37 +02:00
sebthom 73cec8c692 fix: latest act runner version not determined correctly 2024-04-16 11:35:07 +02:00
sebthom 632b6fb6c7 update workflow config 2024-04-02 18:57:12 +02:00
sebthom 9d7ba80551 fix typo 2024-03-14 13:03:35 +01:00
sebthom 12830f74a6 fix docker push 2024-03-13 12:38:58 +01:00
sebthom 38859d58d0 restore rootless image builds 2024-03-13 12:11:49 +01:00
sebthom a3e0f26ee4 improve docker builds 2024-03-12 19:55:04 +01:00
sebthom 71f701497e log buildx version 2024-03-12 16:46:00 +01:00
sebthom 3c2c2e599f remove unused packages 2024-03-12 16:45:20 +01:00
sebthom 1d7208595b update workflow 2024-03-12 14:52:40 +01:00
sebthom 2d2488945b install dind-hack script according to docker engine version 2024-03-12 14:44:39 +01:00
sebthom e20189b7ea use catthehacker/ubuntu:act instead of ubuntu:runner. Fixes #45 2024-03-12 14:36:36 +01:00
sebthom 1558fa8524 extend logging during build 2024-03-12 14:35:55 +01:00
sebthom 756971222b temporarily disabling rootless builds 2024-03-12 14:33:03 +01:00
sebthom 0d1b59bde2 update stale config 2024-03-11 21:44:50 +01:00
sebthom 6edad42777 build images of nightly version 2024-01-23 12:47:32 +01:00
dependabot[bot] b461342598 fix(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 12:47:20 +01:00
sebthom be9b50c4b5 fix: ignore if "Delete untagged images" fails 2024-01-23 12:47:20 +01:00
MuXiu1997 1cb1426855 fix: replace `GITEA_RUNNER_ACTION_CACHE_DIR` with `GITEA_RUNNER_HOST_WORKDIR_PARENT` 2023-12-26 23:54:50 +01:00
MuXiu1997 5a8bf4fda0 fix: correct error `'/var/run/docker.sock': No such file or directory` when `GITEA_RUNNER_JOB_CONTAINER_DOCKER_HOST` is set 2023-12-21 12:36:18 +01:00
dependabot[bot] 7e9c085afa fix(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 10:03:16 -06:00
naeternitas f6e6a54765 Update config.template.yaml 2023-11-10 09:36:43 -06:00
Jean-Baptiste Gomond 816b21f4bd Fixed force_pull boolean unmarshal error 2023-10-02 00:01:02 +02:00
sebthom e019071eb2 update doc 2023-09-28 12:58:50 +02:00
sebthom 3ed87637b7 add GITEA_RUNNER_JOB_CONTAINER_FORCE_PULL environment variable 2023-09-28 12:47:20 +02:00
sebthom 3086406de8 Fix error 'usermod: user act is currently used by process 1' #30 2023-09-22 13:35:18 +02:00
dependabot[bot] 8d1bfe5920 fix(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 12:04:13 +02:00
dependabot[bot] b9ac41eaae fix(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 12:47:45 +02:00
sebthom 630cd3a22c add ACT_CACHE_SERVER_EXTERNAL_URL environment variable 2023-07-28 18:49:40 +02:00
sebthom e0e12392a6 log config environment variables on container start 2023-07-26 10:37:59 +02:00
Sebastian Thomschke 3d345c666f
Fix string interpolation #22 2023-07-24 07:32:36 +02:00
olofvndrhr 6b01de76ee Remove redundant config template defaults from Docker file #21 2023-07-23 13:41:44 +02:00
sebthom dcd2de1f6e update config template 2023-07-23 13:26:38 +02:00
sebthom 104f38ecdf add GITEA_RUNNER_VALID_VOLUME_N environment variables 2023-07-23 13:26:31 +02:00
sebthom 3dc5f01c04 log act runner version on container start 2023-07-23 12:45:04 +02:00
sebthom b358cbedd6 fix dind-rootless container not starting #20 2023-07-23 12:25:13 +02:00
sebthom 0866e7aafc define GITEA_RUNNER_JOB_CONTAINER_DOCKER_HOST to address #17 2023-07-03 19:10:59 +02:00
sebthom 6b85990415 treat backticks in config yaml template as literals 2023-07-01 13:56:53 +02:00
sebthom 19fd530b02 document GITEA_RUNNER_LOG_EFFECTIVE_CONFIG 2023-07-01 13:55:21 +02:00
William Blew 56bf244387 config.template.yaml - replace backticks with quotes
Replace the backtick characters introduced in xxx with double quotes.
This fixes the /opt/run-runner.sh container startup failure.

Signed-off-by: William Blew <william@kulian.org>
2023-07-01 13:35:25 +02:00