check copy Dockerfile to artifact dir
Some checks failed
Gitea Action Maven build / build (push) Successful in 47s
Gitea Action Maven build / deploy (push) Failing after 5s

This commit is contained in:
Eduard Kuksa 2025-02-13 21:47:57 +07:00
parent c1a9019812
commit d6327f3d3e

View File

@ -26,7 +26,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-artifact
path: target/*.jar
path: |
target/*.jar
Dockerfile
- name: Create Maven settings.xml
run: |
cat <<EOF > ~/.m2/settings.xml