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