Skip to content

Commit 5068904

Browse files
authored
Merge pull request #6463 from crazy-max/fix-rootless-image
ci: fix target for rootless image
2 parents 38a4ba9 + 7735b85 commit 5068904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
push: ${{ github.repository == 'moby/buildkit' && (github.event_name == 'schedule' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}
246246
sbom: true
247247
set: |
248-
*.args.IMAGE_TARGET=${{ matrix.target }}
248+
*.target=${{ matrix.target }}
249249
*.args.EXPORT_BASE=${{ matrix.base }}
250250
*.args.BUILDKITD_TAGS=${{ matrix.buildTags }}
251251
set-meta-annotations: true

0 commit comments

Comments
 (0)