Skip to content

Commit

Permalink
switch to docker in staging and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
glamperd committed Jun 6, 2024
1 parent d7602c6 commit 7827c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf

- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: docker://w9jds/firebase-action:master
with:
args: deploy --only functions --project ${{ inputs.firebase_project }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf

- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: docker://w9jds/firebase-action:master
with:
args: deploy --only functions --project ${{ inputs.firebase_project }}
env:
Expand Down

0 comments on commit 7827c85

Please sign in to comment.