entur / gha-docker

GitHub Actions for working with Docker
European Union Public License 1.2
0 stars 1 forks source link

Conflict: an artifact with this name already exists on the workflow run #89

Closed bvestli closed 1 month ago

bvestli commented 2 months ago

If input build_artifact_name = repository name, the build workflow will create an image artifact with the same name as the build artifact. This happens because the default for image_name is repo name. The build will then fail with the error Conflict: an artifact with this name already exists on the workflow run.

AlexanderBrevig commented 1 month ago

Is there any progress on this, or is it perhaps already fixed?