Skip to content

Commit

Permalink
Update permissions and ECR URI in example-build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndaAndaman committed Sep 20, 2024
1 parent b3c9c38 commit b763d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
permissions:
id-token: write
contents: read

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build, tag, and push Docker image
env:
ECR_URI: "697698820969.dkr.ecr.us-east-1.amazonaws.com/web-app"
IMAGE_TAG: latest
IMAGE_TAG: latest-anda
run: |
yarn --frozen-lockfile
yarn nx build api-flowaccount-workshop
Expand Down

0 comments on commit b763d1f

Please sign in to comment.