Skip to content

Commit

Permalink
chore: add devbox in service ci
Browse files Browse the repository at this point in the history
Signed-off-by: cbluebird <[email protected]>
  • Loading branch information
cbluebird committed Dec 11, 2024
1 parent a8cae9e commit 79aaba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
## TODO: add more modules
module: [database, pay, account, minio, launchpad, exceptionmonitor, aiproxy]
module: [ database, pay, account, minio, launchpad, exceptionmonitor, aiproxy, devbox ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
strategy:
matrix:
## TODO: add more modules
module: [database, pay, account, minio, launchpad, exceptionmonitor, aiproxy]
module: [ database, pay, account, minio, launchpad, exceptionmonitor, aiproxy, devbox ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion service/devbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/distroless/static:nonroot
ARG TARGETARCH
COPY bin/service-aiproxy-$TARGETARCH /manager
COPY bin/service-devbox-$TARGETARCH /manager
EXPOSE 8092
USER 65532:65532

Expand Down

0 comments on commit 79aaba3

Please sign in to comment.