Skip to content

Commit

Permalink
check out repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinkamp committed Mar 26, 2024
1 parent a70e842 commit e49d2d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# Need to check out repo
- name: Checkout
uses: actions/checkout@v4

# Generate the default config (port 3333, admin=true)
- run: bin/gen-config

Expand Down

0 comments on commit e49d2d2

Please sign in to comment.