diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index 1bcd7de..dd4a06d 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -9,8 +9,7 @@ on: jobs: ssh-client: - - runs-on: ubuntu-latest + runs-on: ["oci-image-builder", "amd64"] defaults: run: working-directory: ${{gitea.workspace}}docker/ssh-client diff --git a/.gitea/workflows/ssh-server-build-deploy.yaml b/.gitea/workflows/ssh-server-build-deploy.yaml index 8b181ff..f2562fd 100644 --- a/.gitea/workflows/ssh-server-build-deploy.yaml +++ b/.gitea/workflows/ssh-server-build-deploy.yaml @@ -9,7 +9,7 @@ on: jobs: ssh-server: - runs-on: ubuntu-latest + runs-on: ["oci-image-builder", "amd64"] defaults: run: working-directory: ${{gitea.workspace}}/docker/ssh-server