diff --git a/act_runner/0.2.10/.env.sample b/act_runner/0.2.11/.env.sample similarity index 100% rename from act_runner/0.2.10/.env.sample rename to act_runner/0.2.11/.env.sample diff --git a/act_runner/0.2.10/data.yml b/act_runner/0.2.11/data.yml similarity index 100% rename from act_runner/0.2.10/data.yml rename to act_runner/0.2.11/data.yml diff --git a/act_runner/0.2.10/docker-compose.yml b/act_runner/0.2.11/docker-compose.yml similarity index 94% rename from act_runner/0.2.10/docker-compose.yml rename to act_runner/0.2.11/docker-compose.yml index 19afd321b..ab34586e5 100644 --- a/act_runner/0.2.10/docker-compose.yml +++ b/act_runner/0.2.11/docker-compose.yml @@ -14,7 +14,7 @@ services: - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN} - GITEA_RUNNER_NAME=${RUNNER_NAME} - GITEA_RUNNER_LABELS=${RUNNER_LABELS} - image: gitea/act_runner:0.2.10 + image: gitea/act_runner:0.2.11 labels: createdBy: "Apps"