Skip to content

Commit c2d093e

Browse files
committed
or not
1 parent e51cd65 commit c2d093e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ jobs:
163163
push: true
164164
tags: ${{ steps.meta.outputs.tags }}
165165
labels: ${{ steps.meta.outputs.labels }}
166-
build-args:
167-
- SOLANA_CLI=v2.3.0
168-
- ANCHOR_CLI=${{ github.ref_name }}
166+
build-args: |
167+
SOLANA_CLI=v2.3.0
168+
ANCHOR_CLI=${{ github.ref_name }}
169169
provenance: mode=max
170170
sbom: true
171171

0 commit comments

Comments
 (0)