Skip to content

Commit da54452

Browse files
committed
Fix filterType
1 parent 3e2c17a commit da54452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/getDeploymentImageRef.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ async function createEcrRepository({
219219
{
220220
// only the `cache` tag will be mutable, all other tags will be immutable
221221
filter: "cache",
222-
filterType: undefined,
222+
filterType: "WILDCARD",
223223
},
224224
],
225225
encryptionConfiguration: {

0 commit comments

Comments
 (0)