We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38a4ba9 + 7735b85 commit 5068904Copy full SHA for 5068904
.github/workflows/buildkit.yml
@@ -245,7 +245,7 @@ jobs:
245
push: ${{ github.repository == 'moby/buildkit' && (github.event_name == 'schedule' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}
246
sbom: true
247
set: |
248
- *.args.IMAGE_TARGET=${{ matrix.target }}
+ *.target=${{ matrix.target }}
249
*.args.EXPORT_BASE=${{ matrix.base }}
250
*.args.BUILDKITD_TAGS=${{ matrix.buildTags }}
251
set-meta-annotations: true
0 commit comments