File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414 runs-on : ubuntu-latest
15- container : quay.io/hypernode/deploy:4-php8.4 -node20
15+ container : quay.io/hypernode/deploy:4-php8.3 -node20
1616 steps :
1717 - uses : actions/checkout@v3
1818 with :
4747 name : acceptance
4848 url : ${{ steps.get_brancher_hostname.outputs.BRANCHER_URL }}
4949 if : github.ref != 'refs/heads/master'
50- container : quay.io/hypernode/deploy:4-php8.4 -node20
50+ container : quay.io/hypernode/deploy:4-php8.3 -node20
5151 steps :
5252 - uses : actions/checkout@v3
5353 with :
@@ -102,7 +102,7 @@ jobs:
102102 name : production
103103 url : https://docs.hypernode.io
104104 if : github.ref == 'refs/heads/master'
105- container : quay.io/hypernode/deploy:4-php8.4 -node20
105+ container : quay.io/hypernode/deploy:4-php8.3 -node20
106106 steps :
107107 - uses : actions/checkout@v3
108108 - name : download build artifact
You can’t perform that action at this time.
0 commit comments