Skip to content

Commit a0184b5

Browse files
committed
chore: fix python error
1 parent e9e85a0 commit a0184b5

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
@@ -135,7 +135,7 @@ jobs:
135135
import json
136136
import subprocess
137137
138-
CONTAINER = f"{os.getenv('REGISTRY')}/${{ github.repository }}-{os.getenv('CONTAINER_FLAVOR')}"'
138+
CONTAINER = f"{os.getenv('REGISTRY')}/${{ github.repository }}-{os.getenv('CONTAINER_FLAVOR')}"
139139
METADATA = json.loads('${METADATA_JSON}')
140140
141141
digests = [f for f in os.listdir('.') if f.startswith('sha256:') or len(f) == 64]

0 commit comments

Comments
 (0)