Skip to content

Commit 09aab38

Browse files
Apply suggestions from code review
Co-authored-by: Behn <[email protected]>
1 parent 818a9cf commit 09aab38

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/docker_build_and_push.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Docker Build and Push
2-
permissions:
3-
checks: write
4-
contents: write
5-
pull-requests: write
6-
statuses: write
7-
id-token: write
82
"on":
93
push:
4+
105
jobs:
116
build_push_image:
127
runs-on: ubuntu-latest
@@ -24,6 +19,8 @@ jobs:
2419
role-session-name: 'McpServer'
2520
ecr-login: 'true'
2621
iam-role-arn: 'arn:aws:iam::011970158519:role/mcp-server-ecr-publisher'
22+
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
23+
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
2724
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
2825
with:
2926
context: .

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-bookworm-slim AS builder
1+
FROM oven/bun:1-debian AS builder
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)