We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0184b5 commit 96e443eCopy full SHA for 96e443e
1 file changed
.github/workflows/wc-build-push.yml
@@ -136,7 +136,7 @@ jobs:
136
import subprocess
137
138
CONTAINER = f"{os.getenv('REGISTRY')}/${{ github.repository }}-{os.getenv('CONTAINER_FLAVOR')}"
139
- METADATA = json.loads('${METADATA_JSON}')
+ METADATA = json.loads(os.getenv('METADATA_JSON'))
140
141
digests = [f for f in os.listdir('.') if f.startswith('sha256:') or len(f) == 64]
142
0 commit comments