From b4f5d96febe0b346f38d9dc38bf093fb08ec92d6 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 28 Mar 2024 01:22:27 +0100 Subject: [PATCH] more ubicloud --- .github/workflows/build_ws.yml | 10 ++++------ .github/workflows/release-please.yml | 2 +- .github/workflows/sign-cla.yml | 7 +++++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_ws.yml b/.github/workflows/build_ws.yml index c3f14fed6f..df6246d118 100644 --- a/.github/workflows/build_ws.yml +++ b/.github/workflows/build_ws.yml @@ -7,15 +7,14 @@ name: Publish websocket multiplayer server on: workflow_dispatch: - permissions: contents: read id-token: write packages: write - + jobs: publish_multiplayer: - runs-on: ubuntu-latest + runs-on: ubicloud-standard-8 steps: - uses: actions/checkout@v3 with: @@ -56,7 +55,7 @@ jobs: publish_privately: needs: [publish_multiplayer] - runs-on: ubuntu-latest + runs-on: ubicloud-standard-8 steps: - uses: actions/checkout@v3 with: @@ -71,9 +70,8 @@ jobs: username: ${{ secrets.AWS_ACCESS_KEY_ID }} password: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - - name: Push image to ECR run: | docker buildx imagetools create \ --tag ${{ env.ECR_REGISTRY }}/${{ env.IMAGE_NAME }}:latest \ - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \ No newline at end of file + ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index fc6448eec6..110baacda3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -6,7 +6,7 @@ name: release-please jobs: release-please: name: "Release please" - runs-on: ubicloud-standard-8 + runs-on: ubicloud steps: - uses: GoogleCloudPlatform/release-please-action@v3 with: diff --git a/.github/workflows/sign-cla.yml b/.github/workflows/sign-cla.yml index 62c857808f..7835febfbc 100644 --- a/.github/workflows/sign-cla.yml +++ b/.github/workflows/sign-cla.yml @@ -7,10 +7,13 @@ on: jobs: CLAssistant: - runs-on: ubuntu-latest + runs-on: ubicloud steps: - name: "CLA Assistant" - if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' + if: + (github.event.comment.body == 'recheck' || github.event.comment.body + == 'I have read the CLA Document and I hereby sign the CLA') || + github.event_name == 'pull_request_target' # Beta Release uses: cla-assistant/github-action@v2.3.1 env: