Skip to content

Commit 96e443e

Browse files
committed
chore: more fixing
1 parent a0184b5 commit 96e443e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
import subprocess
137137
138138
CONTAINER = f"{os.getenv('REGISTRY')}/${{ github.repository }}-{os.getenv('CONTAINER_FLAVOR')}"
139-
METADATA = json.loads('${METADATA_JSON}')
139+
METADATA = json.loads(os.getenv('METADATA_JSON'))
140140
141141
digests = [f for f in os.listdir('.') if f.startswith('sha256:') or len(f) == 64]
142142

0 commit comments

Comments
 (0)