diff --git a/act_runner/0.2.7/.env.sample b/act_runner/0.2.8/.env.sample similarity index 100% rename from act_runner/0.2.7/.env.sample rename to act_runner/0.2.8/.env.sample diff --git a/act_runner/0.2.7/data.yml b/act_runner/0.2.8/data.yml similarity index 100% rename from act_runner/0.2.7/data.yml rename to act_runner/0.2.8/data.yml diff --git a/act_runner/0.2.7/docker-compose.yml b/act_runner/0.2.8/docker-compose.yml similarity index 94% rename from act_runner/0.2.7/docker-compose.yml rename to act_runner/0.2.8/docker-compose.yml index d0ffac95a..bd85e1b66 100644 --- a/act_runner/0.2.7/docker-compose.yml +++ b/act_runner/0.2.8/docker-compose.yml @@ -15,7 +15,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.7 + image: gitea/act_runner:0.2.8 labels: createdBy: "Apps"