Skip to content

Commit 348e46e

Browse files
committed
Trying to fix codegen github action.
1 parent 0b2644a commit 348e46e

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/codegen.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,9 @@ jobs:
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
@@ -49,7 +37,7 @@ jobs:
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

docker-compose.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)