Skip to content

Commit

Permalink
Fix CI/CD by checking out repo before build
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinLex committed Nov 15, 2023
1 parent c1813d2 commit 2d4b9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest

steps:
# Using git context for build, no need to check out https://github.com/docker/build-push-action#git-context
- name: Checkout Code
uses: actions/checkout@v3

- uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 2d4b9ca

Please sign in to comment.