Skip to content

Commit

Permalink
Don't tag this release as appsignal-kubernetes:latest
Browse files Browse the repository at this point in the history
This is a branch separate from the rest of the integration, so any
releases shouldn't be tagged as latest.
  • Loading branch information
jeffkreeftmeijer committed Oct 31, 2024
1 parent aab07ed commit 279b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ task :publish => "build:target:all" do
"--builder=#{BUILDX_NAME}",
"--file=Dockerfile",
"--platform=#{platforms.join(",")}",
"--tag #{DOCKER_IMAGE_NAME}:latest",
# "--tag #{DOCKER_IMAGE_NAME}:latest",
"--tag #{tag}"
]
options << "--push" unless ENV["PUBLISH_DRY_RUN"]
Expand Down

0 comments on commit 279b304

Please sign in to comment.