1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-02 04:57:46 +02:00

Add files via upload

Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
This commit is contained in:
Nodoubtz 2025-03-29 17:08:39 -04:00 committed by GitHub
parent f68f3945ed
commit 5ae28d3d34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
cloudbuild.yaml.txt Normal file
View file

@ -0,0 +1,10 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/gtm-kqqwvx2-zgi2z/tagging-server', '.']
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/gtm-kqqwvx2-zgi2z/tagging-server']
- name: 'gcr.io/cloud-builders/gcloud'
args: ['run', 'deploy', 'tagging-server', '--image', 'gcr.io/gtm-kqqwvx2-zgi2z/tagging-server', '--platform', 'managed', '--region', 'us-central1']
images:
- gcr.io/gtm-kqqwvx2-zgi2z/tagging-server