Skip to content

Commit e88158f

Browse files
committed
ci: add missing checkout
1 parent ea086f7 commit e88158f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-images-manifests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Set up Docker Buildx
6161
uses: docker/setup-buildx-action@v3
6262

63+
- name: Checkout current repo
64+
uses: actions/checkout@v5
65+
6366
- uses: ./.github/actions/setup-nix
6467

6568
- name: Create all multi-platform manifests

0 commit comments

Comments
 (0)