Skip to content

Commit 5e1c3cb

Browse files
authored
Unique tag (#2969)
1 parent cc749ed commit 5e1c3cb

File tree

1 file changed

+1
-1
lines changed
  • plugins/templates-maven-plugin/src/main/java/com/google/cloud/teleport/plugin/maven

1 file changed

+1
-1
lines changed

plugins/templates-maven-plugin/src/main/java/com/google/cloud/teleport/plugin/maven/PromoteHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ String getDigestFromTag(String tag) {
228228
"images",
229229
"list-tags",
230230
targetPath, // This is the image name, e.g., us.gcr.io/my-project/my-image
231-
"--filter=tags:" + tag,
231+
"--filter=tags=" + tag,
232232
"--format",
233233
"get(digest)"
234234
};

0 commit comments

Comments
 (0)