We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c5ffd commit 7735b85Copy full SHA for 7735b85
.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