We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51cd65 commit c2d093eCopy full SHA for c2d093e
1 file changed
.github/workflows/release.yaml
@@ -163,9 +163,9 @@ jobs:
163
push: true
164
tags: ${{ steps.meta.outputs.tags }}
165
labels: ${{ steps.meta.outputs.labels }}
166
- build-args:
167
- - SOLANA_CLI=v2.3.0
168
- - ANCHOR_CLI=${{ github.ref_name }}
+ build-args: |
+ SOLANA_CLI=v2.3.0
+ ANCHOR_CLI=${{ github.ref_name }}
169
provenance: mode=max
170
sbom: true
171
0 commit comments