Skip to content

Commit 5795d99

Browse files
committed
actions: builder-api fix deploy script
1 parent f07867d commit 5795d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devbox-deploy-builder-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: 'Build Quarkus App'
6060
working-directory: builder-api
6161
run: |
62-
devbox run -- quarkus build --no-tests
62+
devbox run builder-api-ci
6363
6464
- name: 'Build and Push Container'
6565
working-directory: builder-api

0 commit comments

Comments
 (0)