camunda-community-hub / community-action-maven-release

Opinionated GitHub action to release community projects to Maven Central
Apache License 2.0
7 stars 4 forks source link

Can't publish process-execution-automator #56

Open pierre-yves-monnet opened 9 months ago

pierre-yves-monnet commented 9 months ago

Hello,

I update the repository according the last documentation, but the workflow failed during the publication

Here is the action: https://github.com/camunda-community-hub/process-execution-automator/actions/runs/6255409771/job/16984910326

It failed here

#7 [2/4] COPY target/process-execution-automator-*-exec.jar /app.jar
#7 ERROR: lstat /var/lib/docker/tmp/buildkit-mount359220097/target: no such file or directory
------
 > [2/4] COPY target/process-execution-automator-*-exec.jar /app.jar:
------
Dockerfile:4
--------------------
   2 |     FROM openjdk:17-alpine
   3 |     EXPOSE 9081
   4 | >>> COPY target/process-execution-automator-*-exec.jar /app.jar
   5 |     COPY src/main/resources /app/scenarii
   6 |     COPY src/test/resources /app/scenarii
--------------------
ERROR: failed to solve: lstat /var/lib/docker/tmp/buildkit-mount359220097/target: no such file or directory
Error: buildx failed with: ERROR: failed to solve: lstat /var/lib/docker/tmp/buildkit-mount359220097/target: no such file or directory

The file process-execution-automator-1.2.0-exec.jar is correctly generated on my PC via a mvn install

What's going on?

Thanks

jonathanlukas commented 3 days ago

Hi @pierre-yves-monnet , is this issue still present?