Skip to content

Commit

Permalink
Add missing checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
iburakov committed Sep 22, 2023
1 parent 77e8fe6 commit 4035106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
timeout-minutes: 30
needs: run-code-checks
steps:
- uses: actions/checkout@v3

- uses: satackey/action-docker-layer-caching@v0.0.11
name: Cache Docker layers
continue-on-error: true
Expand Down

0 comments on commit 4035106

Please sign in to comment.