We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea086f7 commit e88158fCopy full SHA for e88158f
1 file changed
.github/workflows/build-images-manifests.yml
@@ -60,6 +60,9 @@ jobs:
60
- name: Set up Docker Buildx
61
uses: docker/setup-buildx-action@v3
62
63
+ - name: Checkout current repo
64
+ uses: actions/checkout@v5
65
+
66
- uses: ./.github/actions/setup-nix
67
68
- name: Create all multi-platform manifests
0 commit comments