Skip to content

Commit

Permalink
add pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Sep 12, 2024
1 parent 1451f50 commit b334660
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/backend-build-alpha-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Image
run: |
pwd
docker build .
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4 # More information on this action can be found below in the 'AWS Credentials' section
with:
Expand All @@ -41,9 +45,6 @@ jobs:

- name: Amazon ECR "Login" Action for GitHub Actions
uses: aws-actions/[email protected]

- name: Build Image
run: docker build .

- name: push ECR
env:
Expand Down

0 comments on commit b334660

Please sign in to comment.