Skip to content

Commit d143fc8

Browse files
committed
actions: builder-api fix bucket
1 parent c9ced2a commit d143fc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/devbox-deploy-builder-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
flags: '--allow-unauthenticated --max-instances=2'
7979
env_vars: |
8080
QUARKUS_GOOGLE_CLOUD_PROJECT_ID=${{ env.PROJECT_ID }}
81-
GCS_BUCKET_NAME=${{ env.PROJECT_ID }}.appspot.com
81+
GCS_BUCKET_NAME=${{ env.PROJECT_ID }}.firebasestorage.app
8282
8383
# If required, use the Cloud Run URL output in later steps
8484
- name: 'Show output'

builder-api/bump

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
t3 .env
22
bump
3+
bump

0 commit comments

Comments
 (0)