File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Setup node
1919 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 77 branches :
88 - main
99env :
10+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : ' true'
1011 BACKEND_IMAGE_NAME : ${{ github.event_name == 'release' && 'nowdb-backend' || 'nowdb-backend-staging' }}
1112 FRONTEND_IMAGE_NAME : ${{ github.event_name == 'release' && 'nowdb-frontend' || 'nowdb-frontend-staging' }}
1213 BACKEND_URL : ${{ github.event_name == 'release' && secrets.BACKEND_URL_PROD || secrets.BACKEND_URL_STAGING }}
2223 packages : write
2324 contents : read
2425 steps :
25- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2627
2728 - name : Build image
2829 run : docker build . --file backend/Dockerfile --tag $BACKEND_IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --target node-run
5556 packages : write
5657 contents : read
5758 steps :
58- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
5960
6061 - name : Build image
6162 run : docker build frontend --tag $FRONTEND_IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --build-arg BACKEND_URL=${BACKEND_URL} --build-arg RUNNING_ENV=${RUNNING_ENV} --build-arg ENABLE_WRITE=${ENABLE_WRITE} --build-arg GEONAMES_USERNAME=${{ secrets.GEONAMES_USERNAME }} --target serve
Original file line number Diff line number Diff line change 1313 steps :
1414
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Setup node
1919 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1111 name : ' Lint & tsc'
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-node@v4
1616 with :
1717 node-version : 20
Original file line number Diff line number Diff line change 1717 packages : write
1818 contents : read
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Build image
2323 run : docker build -t phpmyadmin-nowdb phpmyadmin -f phpmyadmin/Dockerfile --tag $IMAGE_NAME
Original file line number Diff line number Diff line change 1313 steps :
1414
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Create env-files
1919 env :
You can’t perform that action at this time.
0 commit comments