Skip to content

Make the publish workflow push the image the build already produces - #38

Merged
johardi merged 1 commit into
mainfrom
fix/publish-workflow
Jul 27, 2026
Merged

Make the publish workflow push the image the build already produces#38
johardi merged 1 commit into
mainfrom
fix/publish-workflow

Conversation

@johardi

@johardi johardi commented Jul 27, 2026

Copy link
Copy Markdown
Member

Publishing a release ran mvn -Prelease package dockerfile:push, but the dockerfile-maven-plugin is no longer declared in the pom — so the 2.0.1 release (and anything since 2.0.0 on this lineage) fails with No plugin found for prefix 'dockerfile' before pushing anything. The regular package build already produces the image tagged with the pom version; the workflow now builds it and pushes that tag.

Publishing invoked dockerfile:push, a Maven plugin the project no longer
declares, so every release since 2.0.0 has failed to publish an image.
The regular package build already produces the image tagged with the pom
version; the workflow now just builds and pushes it.
@johardi
johardi merged commit 2185aa9 into main Jul 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant