Skip to content

Commit

Permalink
chore: no separate make build before docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
catalyst17 committed Nov 27, 2023
1 parent 7c20a86 commit 9c0e326
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- name: checkout branch
uses: actions/checkout@v3

- name: Build
run: make build
# the same build will happen inside a Docker container at the last step
# - name: Build
# run: make build

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 9c0e326

Please sign in to comment.