diff --git a/.github/workflows/firebase-deploy-production.yaml b/.github/workflows/firebase-deploy-production.yaml index 4f163994..8c41996a 100644 --- a/.github/workflows/firebase-deploy-production.yaml +++ b/.github/workflows/firebase-deploy-production.yaml @@ -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: diff --git a/.github/workflows/firebase-deploy-staging.yaml b/.github/workflows/firebase-deploy-staging.yaml index ca54433e..dd62398b 100644 --- a/.github/workflows/firebase-deploy-staging.yaml +++ b/.github/workflows/firebase-deploy-staging.yaml @@ -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: