Skip to content

Commit 1a26c68

Browse files
committed
chore: fix the plugin path
1 parent 0f3e716 commit 1a26c68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ runs:
4141
cd examples/launchtube-plugin-example/launchtube
4242
pnpm install
4343
pnpm run build
44-
cd ..
44+
cd ../..
4545
shell: bash

.github/workflows/ecs-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
9696
id: push
9797
with:
98-
context: ../../
98+
context: ./
9999
file: Dockerfile.production
100100
platforms: linux/amd64,linux/arm64
101101
push: true

0 commit comments

Comments
 (0)