Skip to content

Commit

Permalink
Fixed working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
p-obrien authored Dec 28, 2024
1 parent 89f2b5f commit 64b9dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
role-to-assume: arn:aws:iam::097324129341:role/GitHubAction-AssumeRoleWithAction
role-session-name: samplerolesession
aws-region: ${{ env.AWS_REGION }}
# Upload a file to AWS s3
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@62f4f872db3836360b72999f4b87f1ff13310f3a
Expand All @@ -34,6 +33,7 @@ jobs:
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
IMAGE_TAG: ${{ github.sha }}
working-directory: app
run: |
# Build a docker container and
# push it to ECR so that it can
Expand Down

0 comments on commit 64b9dea

Please sign in to comment.