mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
remove service account which doesn't exist
This commit is contained in:
parent
f8fa817eba
commit
c80fb61d92
1 changed files with 10 additions and 1 deletions
11
.github/workflows/build-tdx-vm-image.yml
vendored
11
.github/workflows/build-tdx-vm-image.yml
vendored
|
@ -54,5 +54,14 @@ jobs:
|
||||||
run: nix build -L .#tdx_google
|
run: nix build -L .#tdx_google
|
||||||
|
|
||||||
- name: Upload image to GCS
|
- name: Upload image to GCS
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
#if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||||
run: gsutil cp result/tdx_base_1.vmdk gs://matterlabs-tdx-image-build/tdx_base_latest.vmdk
|
run: gsutil cp result/tdx_base_1.vmdk gs://matterlabs-tdx-image-build/tdx_base_latest.vmdk
|
||||||
|
|
||||||
|
creat-gcloud-image:
|
||||||
|
needs: build-image
|
||||||
|
runs-on: [ matterlabs-default-infra-runners ]
|
||||||
|
steps:
|
||||||
|
- name: Run image migration
|
||||||
|
run: |
|
||||||
|
gcloud migration vms image-imports create --location=us-central1 --skip-os-adaptation \
|
||||||
|
--source-file=gs://matterlabs-tdx-image-build/tdx_base_latest.vmdk tdx-img-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue