File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 REPO_NAME : ghcr.io/${{ github.repository }}
2222 run : |
2323 REPO_NAME=$(echo $REPO_NAME | tr '[:upper:]' '[:lower:]')
24- TAG="0.3.0 -dev"
24+ TAG="0.3.1 -dev"
2525
2626 # Docker
2727 echo "docker_image_name=${REPO_NAME}" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd "$BASE_DIR"
1010echo " [INFO] Installing dependencies for transpiling functions for Firebase..."
1111cd /tmp/
1212
13- pnpm --filter " $FIREBASE_FUNCTIONS_DIR " install --frozen-lockfile
13+ pnpm --dir " $FIREBASE_FUNCTIONS_DIR " install --frozen-lockfile
1414
1515echo " [INFO] Transpiling functions for Firebase..."
1616cd " $FIREBASE_FUNCTIONS_DIR "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cd "$BASE_DIR"
1414# So, we need to switch to /tmp directory as a workaround
1515echo " [INFO] Installing dependencies for transpiling functions for Firebase..."
1616cd /tmp/
17- pnpm --filter " $FIREBASE_FUNCTIONS_DIR " install --frozen-lockfile
17+ pnpm --dir " $FIREBASE_FUNCTIONS_DIR " install --frozen-lockfile
1818
1919echo " [INFO] Transpiling functions for Firebase..."
2020cd " $FIREBASE_FUNCTIONS_DIR "
You can’t perform that action at this time.
0 commit comments