Hi!
Currently the github Actions are failing with the “Build, tag, and push image to Amazon ECR” step.
Looking at the raw logs, it looks like it is failing due to this:
2023-06-22T15:55:29.0169105Z Step 3/11 : COPY .mvn/ .mvn
2023-06-22T15:55:29.0231674Z COPY failed: file not found in build context or excluded by .dockerignore: stat .mvn/: file does not exist
2023-06-22T15:55:29.0261293Z ##[error]Process completed with exit code 1.
NOW, since the getting-started instructions also mention the “,github/workflow” folder, whihch is missing from the starter-bot downloads, I’m suspecting the archive (release) process might have skipped dot folders (i.e. .github and .mvn")