check copy Dockerfile to artifact dir
This commit is contained in:
parent
c1a9019812
commit
d6327f3d3e
@ -26,7 +26,9 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-artifact
|
name: build-artifact
|
||||||
path: target/*.jar
|
path: |
|
||||||
|
target/*.jar
|
||||||
|
Dockerfile
|
||||||
- name: Create Maven settings.xml
|
- name: Create Maven settings.xml
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF > ~/.m2/settings.xml
|
cat <<EOF > ~/.m2/settings.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user