Skip to content

Commit

Permalink
(workshop): test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wickstargazer committed Sep 14, 2024
1 parent 32a6c2f commit c90f7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build, tag, and push Docker image
env:
ECR_URI: "778529894665.dkr.ecr.us-east-1.amazonaws.com/web-app"
IMAGE_TAG: latest,${{ github.sha }}
IMAGE_TAG: latest
run: |
yarn --frozen-lockfile
yarn nx build api-flowaccount-workshop
Expand Down

0 comments on commit c90f7fc

Please sign in to comment.