Skip to content

Commit

Permalink
chore(ops): manual release tag to ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy committed Mar 18, 2024
1 parent bebe149 commit 50bdea6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
branches: [main]

permissions:
id-token: write
Expand Down Expand Up @@ -40,6 +38,8 @@ jobs:

- run: pnpm install --frozen-lockfile

# - run: npm install semver

- uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2
with:
aws-region: ap-southeast-1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm install -g pnpm
COPY pnpm-lock.yaml ./
COPY package.json ./

COPY . .
COPY apps ./apps

EXPOSE 5741

Expand Down
1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
packages:
- "packages/*"
- "apps/*"
- "docs"

0 comments on commit 50bdea6

Please sign in to comment.