File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1717 timeout-minutes : 10
1818 runs-on : ubuntu-latest
1919
20- strategy :
21- fail-fast : false
22- matrix :
23- node :
24- - " 14"
25-
2620 steps :
27- - name : Set up QEMU
28- uses : docker/setup-qemu-action@v2
29-
30- - name : Set up Docker Buildx
31- uses : docker/setup-buildx-action@v2
32-
3321 - name : Checkout
34- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
3523
3624 - name : Build Backend no push
3725 uses : docker/build-push-action@v3
4937 - name : Install node
5038 uses : actions/setup-node@v3
5139 with :
52- node-version : ${{ matrix.node }}
40+ node-version : 14
5341
5442 - name : Install dependencies
5543 working-directory : frontend
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 image : ' clowder/clowder2-backend:github-action'
3939 restart : unless-stopped
4040 build :
41- context : ./ backend
41+ context : backend/Dockerfile
4242 networks :
4343 - clowder2
4444 environment :
@@ -127,7 +127,7 @@ services:
127127 POSTGRES_PASSWORD : password
128128
129129 keycloak :
130- image : quay.io/keycloak/keycloak:19 .0
130+ image : quay.io/keycloak/keycloak:20 .0
131131 restart : unless-stopped
132132 networks :
133133 - clowder2
You can’t perform that action at this time.
0 commit comments