Skip to content

Commit

Permalink
CTR Remove docker "latest" tag from 3.6.x
Browse files Browse the repository at this point in the history
Remove docker latest tag from 3.6-dev, this tag should only be generated from 3.7-dev.
  • Loading branch information
Cole-Greer committed Dec 8, 2023
1 parent da8a5fb commit 1006f51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,11 @@ limitations under the License.
<failIfNoMatch>false</failIfNoMatch>
</configuration>
</execution>
<execution>
<!-- <execution>-->
<!-- Excluded as latest tag is currently only updated for the 3.7.x branch -->
<!-- sets the docker.tags.latest property to "latest" unless a prerelease version was,
used. If a prerelease is used, an empty string is assigned instead. -->
<id>build-helper-regex-set-docker-latest-tag</id>
<!-- <id>build-helper-regex-set-docker-latest-tag</id>
<phase>validate</phase>
<goals>
<goal>regex-property</goal>
Expand All @@ -399,7 +400,7 @@ limitations under the License.
<replacement></replacement>
<failIfNoMatch>false</failIfNoMatch>
</configuration>
</execution>
</execution> -->
<execution>
<id>parse-version</id>
<goals>
Expand Down

0 comments on commit 1006f51

Please sign in to comment.